Supported Characters
Folders
Note: Layouts and Helpers are being saved in the Design System as folders.
Folder names can’t contain any of the following characters:
<
(less than)>
(greater than):
(colon)"
(double quote)/
(forward slash)\
(backslash)|
(vertical bar or pipe)?
(question mark)*
(asterisk)
Documents
Document names can contain only the following characters:
Unicode letters (
\p{L}
) — any letter from any language.Unicode marks (
\p{M}
) — marks that are used with letters, such as accents or diacritics.Digits (
0-9
)Hyphen (
-
)Underscore (
_
)Period (
.
)Parentheses (
(
and)
)Space (
Assets
With release v2.6 only the characters listed under “Documents” can be used when uploading assets from within Activator.
Asset names can contain only the following characters when being used:
Alphanumeric characters (
a-z
,A-Z
,0-9
)Hyphen (
-
)Underscore (
_
)Period (
.
)Parentheses (
(
and)
)Percent-encoded slash (
%2F
)Plus sign (
+
)Brackets (
[
and]
)Backslash (
\\
)Asterisk (
*
)Exclamation mark (
!
)Tilde (
~
)