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
Copy file name to clipboardExpand all lines: Notification Agent Core/Controllers/HelpBuilder.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public final class HelpBuilder {
103
103
"- Text with the format "+"\"/list ITEM\\nITEM\\nITEM /selected INT /placeholder TEXT /title TEXT\"".green()+"for "+"[ dropdown ]".red()+" view type;\n"+
104
104
"- Text with HTML format for "+"[ html | htmlwhitebox ]".red()+" view type;\n"+
105
105
"- Text with the format "+"\"/list ITEM\\nITEM\\nITEM /preselection ITEM_INDEX ITEM_INDEX ITEM_INDEX /required /complete /title TEXT /radio\"".green()+"for "+"[ checklist ]".red()+" view type. To read more about the usage of /complete and /required look at the project wiki;\n"+
106
-
"- Text with the format "+"\"/title TEXT /preselection DATE WITH FORMAT yyyy-MM-dd hh:mm:ss /style TEXT /components TEXT\"".green()+"for "+"[ datepicker ]".red()+" view type. To read more about the usage of /style and /components look at the project wiki;\n"+
106
+
"- Text with the format "+"\"/title TEXT /preselection DATE WITH FORMAT yyyy-MM-dd hh:mm:ss /start_date DATE WITH FORMAT yyyy-MM-dd hh:mm:ss /end_date DATE WITH FORMAT yyyy-MM-dd hh:mm:ss /style TEXT /components TEXT\"".green()+"for "+"[ datepicker ]".red()+" view type. To read more about the usage of /style and /components look at the project wiki;\n"+
107
107
"- Text with the format "+"\"/images URL\\nURL\\nURL /autoplay /delay INT\"".green()+"for "+"[ slideshow ]".red()+" view type;\n"+
108
108
"Example 1: -accessory_view_payload \"This is the time left: %@\"\n"+
109
109
"Example 2: -accessory_view_payload \"/percent 0 /top_message This is the top message /bottom_message This is the bottom message\";\n"+
0 commit comments