neos / flow-development-collection

The unified repository containing the Flow core packages, used for Flow development.
https://flow.neos.io/
MIT License
134 stars 187 forks source link

Attribute to omit rendering of the html tag from fluid partials #956

Open kitsunet opened 7 years ago

kitsunet commented 7 years ago

Jira issue originally created by user @Weissheiten:

Would be nice to have, TYPO3 introduced this in 7.3, allows for autocompletion in IDEs / schema support.

Feature in TYPO3 7.3

Jira-URL: https://jira.neos.io/browse/NEOS-1637

Moved from https://github.com/neos/neos-development-collection/issues/881

albe commented 6 years ago

Is this still an issue for us or is this rather something for standalone Fluid?

sorenmalling commented 3 years ago

TYPO3 introduced it with this commit

https://git.typo3.org/Packages/TYPO3.CMS.git/commit/5f3462a1ddaf7979768684ab649dd7dd80887fa7

But later removed it with this

https://git.typo3.org/Packages/TYPO3.CMS.git/commit/8b693daac0cc381f10c74bc5d78b2448f55111f3

while moving to Standalone Fluid.

This seems to have been moved to standalone fluid and removed with what is called TemplateProcessors

https://github.com/TYPO3/Fluid/blob/a653d9a29b24515687071b2c3cba7101a23cb49d/src/Core/Parser/TemplateProcessor/NamespaceDetectionTemplateProcessor.php#L150

@Weissheiten @kitsunet Can you update this issue, on whether this is as you would like it, in terms of IDE support with current Fluid adaptor?