[FEATURE] (v0.5.0?) Support new configuration options for backend layouts and gridelements backend layout (allows file configuration)
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.
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.
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.