Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 1.01 KB

README.markdown

File metadata and controls

45 lines (28 loc) · 1.01 KB

#Backend JavaScriptr


This is an Symphony CMS extension that allows you to use custom JavaScript instructions in the CMS's backend.


Info


Installation

  • Download the extension
  • Unzip the file inside your Symphony extensions path
  • Rename the folder to 'backend_javascriptr'
  • Enable the extension in the Symphony's control panel

Usage

  • Go to System > Preferences, in your Symphony's backend
  • Find the "Backend JavaScriptr" section, type your code inside the textarea
  • Click "Save", and be happy!

Notes

  • The file "/backend_javascriptr/assets/custom.js" has to have all permissions ( chmod 777 )!

Changelog

0.1

  • First Release