Rule¶
Path to file with a .js extension under the project's Rules folder
Rule Constraints¶
pattern: the string must match the following regular expression:
(^/.+/Rules/).*(.+\.js)$|(^Rules/).*(.+\.js)$
- type:
string
Examples¶
/SomeProject/Rules/SomeRule.js/SomeProject/Rules/Sub/Folder/SomeRule.js(at this time sub folders are not supported by the editor)