- Issue created by @jvieille
- Status changed to Closed: duplicate
over 1 year ago 6:36am 16 July 2023 - 🇫🇷France jvieille
- 🇫🇷France jvieille
Summary of my experiment of ACE implementation in Drupal to apply ACE to a text field:
- Problem with Media Ckeditor, preventing triggering ACE in edit mode : I had to disable all CKeditor relate modules and back, resaving Ckeditor config.
- Syntax (and theme) is set at 4 places :
1) at admin/config/content/formats/ace_editor, Filter setting section
2) at admin/config/content/ace-editor
3) at admin/structure/types/manage/XXX/display
4) at the native ACE bottom bar available in edit modeSyntax highlight works in view mode using the setting (3) : a given field always uses the same syntax, whatever is changed in edit mode
Syntax highlight works in edit mode using HTML only. No way to change that : the ACE native setting bar has no effect. This setting is ignored in view mode.