VOOZH about

URL: http://symphonyextensions.com/extensions/admin_js_override/

⇱ Admin JS Override — This extension allows to override Symphony's admin javascript. It simply ap… — Symphony CMS Extensions


Symphony Extensions

Symphony CMS

Follow @symextensions for updates to the 412 extensions that we track. What is this?

What is symphonyextensions.com?

Symphony Extensions tracks Symphony CMS extensions that are hosted on Github.

How do I submit an extension?

Host your extension on Github and make sure the repository has a good README and an extension.meta.xml file. Then sign in to this site using your GitHub profile where you will see a list of your public repositories. Pick one, and add it to the site. When you make changes, just update the XML file in your repository and we do the rest.

What is an extension.meta.xml file?

It is an XML file that you add to your repository to describe your extension. You can include a name and description, developer contact details, version history, changelog, dependencies and more. Please read the documentation for a full list. You can use the lint tool to check your XML against the schema before submitting your extension to the site.

Who runs this site?

This site is now run by the community @symextensions. The site was created by nickdunn. Contact him at @nickdunn

Found a bug?

Please report it here.

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

Download
.tar.gz, .zip
Links
Github, Issues, Wiki

👁 stuartgpalmer
Stuart Palmerstuartgpalmer2 extensions

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?
Symphony VersionExtension version
2.7.10No. Soon?
2.7.9No
2.7.8No
2.7.7No
2.7.6No
2.7.5No
2.7.4No
2.7.3No
2.7.2No
2.7.1No
2.7.0No
2.6.xNo
2.5.xNo
2.4.xNo
2.3.xNo
2.2.xNo
2.1.xNo
2.x.xNo

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

1.021 June 2019

Requires Symphony 2.0.6

  • Initial commit