nhovratov / content-blocks-json-schema

1 stars 1 forks source link

Slash is not possible for an identifier #9

Open PKuhlmay opened 2 months ago

PKuhlmay commented 2 months ago

https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/YamlReference/Basics/Index.html

When you use basics, you use a slash inside the identifier, this is not allowed at the moment. The regex needs to be adjusted.

Bildschirmfoto 2024-07-19 um 15 59 26
nhovratov commented 2 months ago

I would just remove the regex here, as the string type is enough for validation.