macopedia / typo3-azurestorage

TYPO3 FAL driver extension for Microsoft Azure Blob Storage
MIT License
4 stars 5 forks source link

Allow hyphens in containerName, eg. "my-container" #11

Closed jochenrieger closed 7 years ago

jochenrieger commented 7 years ago

The flexform property [configuration][data][general][lDEF][containerName][vDEF] would not allow hyphens to be entered and saved in the container's name due to the <eval> setting in Configuration/FlexForms/AzureStorage.xml.

Possible solution: Either remove alphanum from the eval property or rather make it alphanum_x. The latter should work at least from 6.2 on to 8.7.