1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/red/api
David 62b29ecb65 Make theme able to load custom javascript (#1211)
* Make theme able to load custom javascript
- Look for the field 'customScript' in editorTheme (settings.js)
- Add it to mustach context
- Load list on template side (index.mst)

* Add unit tests for customScripts

* Code review edits : generic behavior for theme.page.[css|scripts]
- Use the same way to share css and javascript files from a theme
- Allow string instead of array for theme.page.scripts
- Remove old customScript field
2017-04-10 15:46:44 +01:00
..
auth Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
locales Merge branch 'pr_1197' into 0.17 2017-04-10 15:25:19 +01:00
comms.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
credentials.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
flow.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
flows.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
index.js Include module name in requests for node icons 2017-01-18 13:06:22 +00:00
info.js Finalise nodeSettings and update tlsConfigDisableLocalFiles 2017-03-09 21:06:49 +00:00
library.js Remove event passing for icons/examples from the api layer 2017-02-15 23:07:50 +00:00
locales.js Allow nodes to have translations not in core (#1183) 2017-03-12 22:04:37 +00:00
nodes.js Refuse to update a non-local node module 2017-01-24 22:50:40 +00:00
theme.js Make theme able to load custom javascript (#1211) 2017-04-10 15:46:44 +01:00
ui.js Remove event passing for icons/examples from the api layer 2017-02-15 23:07:50 +00:00