1.0releasedAdmin JS Override
This extension allows to override Symphony's admin javascript. It simply appends a custom javascript file to the head of admin pages.
Clone URLhttps://github.com/stuartgpalmer/admin_js_override.git
Add as a submodulegit submodule add https://github.com/stuartgpalmer/admin_js_override.git extensions/admin_js_override --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | No | No | No | No | No | No | No | No | No | No | No | No | No | No | No. Soon? |
Readme
Admin JS Override
This extension allows insertion of Javascript in the Symphony backend from the file
workspace/js/admin_js_override.js
. The extension simply appends the
admin_js_override.js
file to the head of admin pages.
Installation
Upload the
admin_js_override
folder in this archive to your Symphony 'extensions' folder.Enable it by selecting the "Admin JS Override", choose Enable from the with-selected menu, then click Apply.
Usage
- Create a JS file at
workspace/js/admin_js_override.js
.
Cloned from Admin CSS Overide. Thanks to Michael E.
Version history
Requires Symphony 2.0.6
- Initial commit