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

Make TinyMCE Formatting Optional #141

Open
jmbarne3 opened this issue Feb 13, 2023 · 0 comments
Open

Make TinyMCE Formatting Optional #141

jmbarne3 opened this issue Feb 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jmbarne3
Copy link
Contributor

Description
Currently, the TinyMCE setting for the Athena-Shortcodes-Plugin is forced to true within this theme. Please, update the logic so that this setting it turned on by default on theme activation, but is not subsequently forced to true, effectively allowing the setting to be set to false.

Why it's Important
There may be instances where users want the TinyMCE to be disabled, so that their child theme or other plugins can handle that initialization and logic. We should allow for this customization.

Possible Implementation
Insert logic on activation to set this setting to true and remove the block of code linked to above.

Research
We need to evaluate the consequences of this setting being turned off for the theme. There may be unintended consequences to the TinyMCE formats not being applied.

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

No branches or pull requests

2 participants