Skip to content

Commit

Permalink
Merge pull request #9 from g3w-suite/fix_issue_7
Browse files Browse the repository at this point in the history
Add `G3WSUITE_CUSTOM_JS`.
  • Loading branch information
wlorenzetti committed Jan 10, 2023
2 parents c427c38 + aeee43d commit 1d29c28
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,17 @@ I.e.::
G3WSUITE_CUSTOM_STATIC_URL +'css/custom.css'
]

``G3WSUITE_CUSTOM_JS``
^^^^^^^^^^^^^^^^^^^^^^
A list of custom js files added to `admin` pages and to the `client`.
Mandatory is set ``G3WSUITE_CUSTOM_STATIC_URL``.
I.e.::

G3WSUITE_CUSTOM_JS = [
G3WSUITE_CUSTOM_STATIC_URL +'js/custom.js'
]


Client layout settings
**********************

Expand Down

0 comments on commit 1d29c28

Please sign in to comment.