sf_tv2fluidge icon indicating copy to clipboard operation
sf_tv2fluidge copied to clipboard

[FEATURE] (v0.5.0?) Support new configuration options for backend layouts and gridelements backend layout (allows file configuration)

Open AndreasA opened this issue 11 years ago • 2 comments

With newer gridelements versions it is also possible to support gridelements layout via page ts config (and therefore via files). It would be nice to include support for Page TsConfig configured layouts.

With typ3 6.2 it is possible to add backend layouts via data provider $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['BackendLayoutDataProvider'] Those can be retrieved via data provider collection.

I think it would be nice to support those two options in future versions (but one would also need to make sure not to break compatibility with older versions - especially regarding the backend layout data provider.

AndreasA avatar Sep 25 '14 07:09 AndreasA

It is done in my fork:

https://github.com/bill622/sf_tv2fluidge/

I have merged the work of educo-adymorz (https://github.com/educo-adymorz/sf_tv2fluidge) and the work of AQUI74S (https://github.com/AQUI74S/sf_tv2fluidge).

Better late than never.

bill622 avatar Jun 07 '16 17:06 bill622

Thanks a lot for your contribution! I'm currently planning some more features (e.g. partial migration of pagetree), so I will try to merge some of the work on this issue in the next version of the extension.

derhansen avatar Jun 09 '16 06:06 derhansen