You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem in the description of %preheader()%
What is should show:
The preview text must be contained within double quotes, which also may contain the *clipboard* keyword. Alternatively you can use clipboard directly or *selection* (that last one only works when used from a Smart Snippet)
The json text:
"preheader.text": {
"message": "The preview text must be contained within double quotes, which also may contain the $clipboardStarred$ keyword. Alternatively you can use $clipboardLiteral$ directly or $selectionLiteral$ (that last one only works when used from a Smart Snippet)",
"placeholders": {
"clipboardLiteral": {
"content": "$1",
"example": "clipboard"
},
"selectionLiteral": {
"content": "$2",
"example": "\"*selection*\""
},
"clipboardStarred": {
"content": "$3",
"example": "*clipboard*"
}
}
},
The text was updated successfully, but these errors were encountered:
There is a problem in the description of %preheader()%
What is should show:
The preview text must be contained within double quotes, which also may contain the
*clipboard*
keyword. Alternatively you can useclipboard
directly or*selection*
(that last one only works when used from a Smart Snippet)The json text:
The text was updated successfully, but these errors were encountered: