This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var propertyPanelView = SC.View.create({ // | |
template: SC.Handlebars.compile('A{{#each schema}}\ | |
XX{{key}}{{label}} {{thestuff}}\ | |
x{{#each thestuff}} ASDF {{/each}}y\ | |
{{/each}}'), | |
schema: [ | |
{ | |
key: 'Plugin Settings', | |
label: 'huhu', | |
thestuff: [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Example: Declaration of an aspect* | |
.. code-block::php | |
namespace F3\MySecurityPackage; | |
/** | |
* An aspect implementing security for Foo | |
* | |
* @author John Doe <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TYPO3: | |
FLOW3: | |
error: | |
exceptionHandler: | |
className: 'MyPackageKey\MorePackageKey\Exception\ProductionExceptionHandler' | |
errorHandler: | |
exceptionalErrors: [%E_USER_ERROR%, %E_RECOVERABLE_ERROR%, %E_WARNING%, %E_NOTICE%, %E_USER_WARNING%, %E_USER_NOTICE%, %E_STRICT%] |