Changeset 3296800
- Timestamp:
- 05/19/2025 07:57:36 PM (9 months ago)
- Location:
- helpwidget
- Files:
-
- 2 edited
-
tags/1.2/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
helpwidget/tags/1.2/readme.txt
r3296786 r3296800 93 93 == Frequently Asked Questions == 94 94 95 = What types of Elements can I add to a article? =95 = What types of Elements can I add to an article? = 96 96 You can add any Gutenberg or Elementor Element. 97 97 That could be Text, Pictures, Videos, Buttons, ... 98 99 = How can I create an article? = 100 Just open the admin panel and go to Helpwidget. 101 Then press "add new post". Now you can create your first article. 102 When you are done press publish and the article is visible on every site. 103 104 = How can I add filters to an article? = 105 There are 2 types of filters path and query. 106 A path filter is the part after the / in the url. 107 108 For example google.com/test. Then "test" would be the path. 109 110 A query filter is the part after the ? in the url. 111 For example google.com/test?user=admin 112 Then "user=admin" would be the query. 113 114 You can add multiple path options to an article on which urls the article will be enabled. 115 Or you can add multiple query options that need to be in the url. 98 116 99 117 == Screenshots == -
helpwidget/trunk/readme.txt
r3296786 r3296800 93 93 == Frequently Asked Questions == 94 94 95 = What types of Elements can I add to a article? =95 = What types of Elements can I add to an article? = 96 96 You can add any Gutenberg or Elementor Element. 97 97 That could be Text, Pictures, Videos, Buttons, ... 98 99 = How can I create an article? = 100 Just open the admin panel and go to Helpwidget. 101 Then press "add new post". Now you can create your first article. 102 When you are done press publish and the article is visible on every site. 103 104 = How can I add filters to an article? = 105 There are 2 types of filters path and query. 106 A path filter is the part after the / in the url. 107 108 For example google.com/test. Then "test" would be the path. 109 110 A query filter is the part after the ? in the url. 111 For example google.com/test?user=admin 112 Then "user=admin" would be the query. 113 114 You can add multiple path options to an article on which urls the article will be enabled. 115 Or you can add multiple query options that need to be in the url. 98 116 99 117 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.