Add "templates" and "scripts" as possible PCM dirs
Allows organizations to distribute custom templates and scripts to their users in TLDs
This commit is contained in:
parent
cabcf4afe6
commit
c6f071c542
|
@ -44,6 +44,8 @@ const std::unordered_set<wxString> PCM_PACKAGE_DIRECTORIES( {
|
||||||
"symbols",
|
"symbols",
|
||||||
"resources",
|
"resources",
|
||||||
"colors",
|
"colors",
|
||||||
|
"templates",
|
||||||
|
"scripts"
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue