Hi,
currently I'm working on a headless TYPO3 website with EXT:headless installed. EXT:fluid_syteld_content is therefore unnecessary so I don't need to install it. But I also need EXT:mask. The idea is then to override the mask TypoScript as needed by EXT:headless to output the fields as json.
Unfortunately mask requires fluid_styled_content which means that it gets installed even though it is not needed in this case.
Couldn't the requirement of fluid_styled_content just be dropped? I don't really see the benefit of requiring fluid_styled_content because mask isn't even using the Layouts/Partials or the TypoScript of fluid_styled_content.
AFAIK requiring frontend would be sufficient. Or am I missing something crucial?
regards,
R
Hi,
currently I'm working on a headless TYPO3 website with
EXT:headlessinstalled.EXT:fluid_syteld_contentis therefore unnecessary so I don't need to install it. But I also needEXT:mask. The idea is then to override the mask TypoScript as needed byEXT:headlessto output the fields as json.Unfortunately
maskrequiresfluid_styled_contentwhich means that it gets installed even though it is not needed in this case.Couldn't the requirement of
fluid_styled_contentjust be dropped? I don't really see the benefit of requiringfluid_styled_contentbecausemaskisn't even using the Layouts/Partials or the TypoScript offluid_styled_content.AFAIK requiring
frontendwould be sufficient. Or am I missing something crucial?regards,
R