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.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNoNoNoNoNoNoNoNoNoNoNoNoNoNoNo. 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

  1. Upload the admin_js_override folder in this archive to your Symphony 'extensions' folder.

  2. 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