[TYPO3-dev] Enable be_layout to be included from file

Kai Vogel kai.vogel at speedprogs.de
Wed Aug 3 11:23:28 CEST 2011


Hi Sebastian,

I like the idea, for example it allows to put the backend layouts into version control (Git, Subversion, ...) for projects with many (varying) developers. It would be cool if a user would be able to edit included layouts with the backend wizard, and if the changes are written back to the file after that.

Best regards

Kai


>---- Original Message ----
>From: Sebastian Fischer <typo3 at evoweb.de>
>To: typo3-dev at lists.typo3.org
>Sent: Mi, Aug 3, 2011, 10:53 AM
>Subject: [TYPO3-dev] Enable be_layout to be included from file
>
>Hi everybody,
>
>would you think, that it would be a good idea to be able to load 
>be_layouts from file?
>
>If so, changing file 
>typo3/sysext/cms/classes/class.tx_cms_backendlayout.php in line 140 to 
>the following would to the job.
>
>-$parser->parse($backendLayout['config']);
>+$parser->parse($parser->checkIncludeLines($backendLayout['config']));
>
>As the feature freeze for 4.6 is set, i realy would love to see this in 4.7
>
>Greetings
>Sebastian
>_______________________________________________
>TYPO3-dev mailing list
>TYPO3-dev at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev





More information about the TYPO3-dev mailing list