Open MightyMerio opened 5 years ago
WORKAROUND: create an elemental that extends ElementalList
/**
* Elemental class for Numbered List content elements.
*/
class NumberedListElement extends ElementList
{
then in your YML file declare the allowed elements:
PRJ\123\Elemental\NumberedListElement:
allowed_elements:
- PRJ\123\Elemental\ContentElement
Is there a way or possibility to have a way to limit the elements that the elemental list can use in that ElementalArea editor?
eg: