2.0.1releasedBackend Assets

Add custom backend assets.

Clone URLhttps://github.com/animaux/backend_assets.git

Add as a submodulegit submodule add https://github.com/animaux/backend_assets.git extensions/backend_assets --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
NoNoNo2.0.1NoNoNoNoNoNoNoNoNoNoNoNoNoNo

Readme

Backend Assets

Add custom styles and scripts to the backend.

Locations

You need to create the folder and files manually if they don’t exist already.

  • /workspace/backend-assets/custom.css
  • /workspace/backend-assets/custom.js

JS

You can get variables from the Symphony Environment f. e. via Symphony.Context.get('env').page

Acknowledgement

This extension is based on Michael Eichelsdörfer's Admin CSS Override and is a actually a fork of an extension from Nils Hörmann.

Version history

Requires Symphony 2.3

  • Simplified asset paths/names

Requires Symphony 2.3

  • Moved asset location to the workspace
  • Added script assets
  • Renamed extension