ckstyles
ckstyles copied to clipboard
Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration
I saw the following note in the Readme: > The above are caused by a bug/the behavior of CkEditor and can't easily be fixed. If you have ideas how to...
- Refactor the usage of attribute vs. the usage of classes in the InlineStyleEditing.js und BlockStyleEditing.js code to get a clear distinction of the 2 implementations - Alternatively refactor them...
**Current situation** We have defined a blockstyle "lead" which should be available for paragraphs (p-tags). This blockstyle can be selected for paragraphs but also for h2 elements inside the RTE....
This package does not work properly work when using Neos.Neos/Inspector/Editors/RichTextEditor. I've personally never used this; and I am unsure whether we need to fix this in this package, or in...
Using this right now in a Neos 9 beta10 project, need to use the CkStyles plugins. * Changed compatibilty in composer.json to allow installation in Neos 9. * Removed `plow-js`...
The issue arose with version 2.2.0 (with Neos UI 8.3.16 / Neos 8.3.28). The applied block style would not be detected by the toolbar dropdown menu and therefore it's impossible...
This PR adds a new feature to translate labels into the Neos UI language. The translation keys get cofigured in the setting with the translation id. ```yaml TechDivision: CkStyles: InlineStyles:...
While styling lists with the CSS-Property `columns`, I found the following issue: If I want to style a list, the blockStyles are applied to the ``-Elements instead of the ``-Elements....