Actions
Task #80393
closedEXT:form - Streamline fluid namespace in templates
Start date:
2017-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
Hi,
it's a bit of an personal taste, but I prefer xmlns-Namespace definitions over {namespace}.
My IDE (PhpStorm) shouts a lot warnings at me if a look into templates within EXT:form.
I would suggest to streamline the fluid namespaces to match f.e. EXT:fluid_styled_content[[https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/fluid_styled_content/Resources/Private/Partials/Media/Gallery.html]], like:
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
Maybe could discuss this?
Regards
David
Actions