Closed fritzmg closed 4 years ago
Under Contao 4.9.1, a TinyMCE within a list element is not initialized, when you create a new element. Example:
4.9.1
return [ 'label' => ['List', ''], 'types' => ['content'], 'contentCategory' => 'media', 'standardFields' => ['cssID'], 'wrapper' => ['type' => 'none'], 'fields' => [ 'elements' => [ 'label' => ['Elements'], 'elementLabel' => '%s. element', 'inputType' => 'list', 'minItems' => 0, 'fields' => [ 'text' => [ 'label' => ['Text', 'Text for this element.'], 'inputType' => 'text', 'eval' => ['rte' => 'tinyMCE'], ], ], ], ], ];
Once you save or load the element, all TinyMCEs will be initialized.
Hm, cannot reproduce this anymore.
Under Contao
4.9.1
, a TinyMCE within a list element is not initialized, when you create a new element. Example:Once you save or load the element, all TinyMCEs will be initialized.