Created
September 20, 2014 09:57
-
-
Save pumatertion/af08039c5409635639cd to your computer and use it in GitHub Desktop.
Adding Styles and JS to Neos Backend Module
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: | |
Neos: | |
modules: | |
management: | |
submodules: | |
foo: | |
additionalResources: | |
styleSheets: | |
- resource://FOO.bar/Public/Styles/Module/Management/foo.css | |
javaScripts: | |
- resource://FOO.bar/Public/Styles/Module/Management/foo.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment