Activator enforces naming rules for folders, documents, and assets. Using unsupported characters will cause errors or prevent content from being saved. Follow the guidelines below when naming items in Activator.
Folders
Layouts and Helpers are saved in the Design System as folders. Folder names must not contain any of the following characters:
|
Character |
Name |
|---|---|
|
< |
Less-than sign |
|
> |
Greater-than sign |
|
: |
Colon |
|
" |
Double quote |
|
/ |
Forward slash |
|
\ |
Backslash |
|
| |
Vertical bar (pipe) |
|
? |
Question mark |
|
* |
Asterisk |
|
+ |
Plus sign |
Documents
Document names may contain only the following characters:
-
Unicode letters — any letter from any language
-
Unicode marks — accents, diacritics, and similar marks used with letters
-
Digits (
0–9)
-
Hyphen (
‐)
-
Underscore (
_)
-
Period (
.)
-
Parentheses (
(and))
-
Space (
)
Assets
Version note: From release v2.6 onwards, assets uploaded from within Activator must also follow the character rules listed under Documents above.
When referencing or using assets, asset names may contain the following characters:
-
Alphanumeric characters (
a–z,A–Z,0–9)
-
Hyphen (
‐)
-
Underscore (
_)
-
Period (
.)
-
Parentheses (
(and))
-
Percent-encoded slash (
%2F)
-
Plus sign (
+)
-
Square brackets (
[and])
-
Backslash (
\)
-
Asterisk (
*)
-
Exclamation mark (
!)
-
Tilde (
~)
Quick Reference
Tip: When in doubt, stick to alphanumeric characters, hyphens, underscores, and periods. This set is safe across all naming contexts in Activator and avoids compatibility issues.