Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinymce7 Any ideas on how to block the Upgrade button? #439

Open
sujiewen opened this issue Sep 18, 2024 · 1 comment
Open

tinymce7 Any ideas on how to block the Upgrade button? #439

sujiewen opened this issue Sep 18, 2024 · 1 comment

Comments

@sujiewen
Copy link

tinymce.init({ promotion: false });

Am I doing this ineffective?
1726641905399

@jerzy-dudzic
Copy link

You can do it by passing promotion: false like that:

<template>
    <Editor
        toolbar="bold italic | bullist numlist | link emoticons"
        license-key="gpl"
        :init="{
          plugins: 'lists link table code',
          branding: false,
          promotion: false,
      }"
    />
</template>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants