For complex TYPO3 project using fluidcontent I'm looking for a tool, which show me the followering informations:
- which FCE exists
- how often and on what pages are they in use
- which partials are used
- which flux form fields are used (with name and type)
- diposit some meta informations, e.g. tags, description ...
How would be the smartest way to implement this library in a typo3 project?
My idea is, to develop an extension which read the fluidcontent templates and show the informations in a frontend plugin with examples. But i have no idea to read out the information like "used partials" or "used flux form fields".
Any ideas?
Thanks.