Created
August 11, 2018 23:06
-
-
Save sotirisf/a4dfe92079f0ed47ee8929d225e8a45c to your computer and use it in GitHub Desktop.
Package Manifest for Umbraco Hide Properties JS injection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| //array of files we want to inject into the application on app_start | |
| javascript: [ | |
| "~/App_Plugins/HideProperties/arrive.js", | |
| "~/App_Plugins/HideProperties/HidePropertiesJsOutput.ashx" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment