- Issue created by @pdureau
In WithDisplayBuilderInterface::getInstance()
we define Instance ID like that:
* Will be used as HTML id & class attributes and Javascript variables names
* (because of HTMX) so must follow the intersection between:
* - https://developer.mozilla.org/en-US/docs/Web/CSS/ident
* - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexica...
* Characters can be any of the following:
* - any ASCII character in the ranges A-Z and a-z
* - any decimal digit (0 to 9), except for the first character
* - an underscore (_)
Is it possible to enforce this in Instance entity? Do we need a strictly typed data?
Active
1.0
Main / Misc.