mosaic-headless 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.ja.md +94 -0
- package/README.md +133 -0
- package/README.zh-CN.md +87 -0
- package/README.zh-TW.md +87 -0
- package/SKILL.md +353 -0
- package/assets/templates/platforms/claude-ai.json +34 -0
- package/assets/templates/platforms/claude-code.json +28 -0
- package/assets/templates/platforms/codex-cli.json +33 -0
- package/assets/templates/platforms/continue.json +31 -0
- package/assets/templates/platforms/copilot.json +46 -0
- package/assets/templates/platforms/cursor.json +36 -0
- package/assets/templates/platforms/gemini-cli.json +33 -0
- package/assets/templates/platforms/windsurf.json +34 -0
- package/bin/check-release.mjs +143 -0
- package/bin/install.mjs +452 -0
- package/bin/sync-version.mjs +63 -0
- package/data/animatable-properties.csv +23 -0
- package/data/condition-comparators.csv +13 -0
- package/data/condition-subjects.csv +60 -0
- package/data/db-columns.csv +207 -0
- package/data/default-children.csv +11 -0
- package/data/dynamic-variables.csv +75 -0
- package/data/element-classes.csv +152 -0
- package/data/evaluator-functions.csv +20 -0
- package/data/interaction-types.csv +13 -0
- package/data/node-properties.csv +182 -0
- package/data/node-property-verification.csv +182 -0
- package/data/node-types.csv +123 -0
- package/data/node-verification.csv +123 -0
- package/data/placement-rules.csv +123 -0
- package/data/pluggables.csv +208 -0
- package/data/property-verification.csv +171 -0
- package/data/rest-routes.csv +115 -0
- package/data/rwd-verification.csv +570 -0
- package/data/style-properties.csv +99 -0
- package/data/style-states.csv +54 -0
- package/data/style-value-shapes.csv +23 -0
- package/data/style-verification.csv +99 -0
- package/package.json +59 -0
- package/references/data-model.md +95 -0
- package/references/design-system.md +118 -0
- package/references/dynamic-content.md +113 -0
- package/references/failure-modes.md +182 -0
- package/references/interactions.md +126 -0
- package/references/placement.md +117 -0
- package/references/responsive.md +174 -0
- package/references/styling.md +172 -0
- package/references/templates-and-conditions.md +122 -0
- package/references/vs-elementor-gutenberg.md +73 -0
- package/references/write-protocol.md +79 -0
- package/sites/_moksa.py +1165 -0
- package/sites/moksa.json +8685 -0
- package/tools/bootstrap_probe_theme.php +68 -0
- package/tools/build_all.py +55 -0
- package/tools/build_page.py +352 -0
- package/tools/build_report.py +221 -0
- package/tools/build_site.py +174 -0
- package/tools/capture_live.py +130 -0
- package/tools/check_placement_predicts.py +72 -0
- package/tools/copy_styles.py +204 -0
- package/tools/extract_default_children.py +94 -0
- package/tools/extract_dynamic_variables.py +104 -0
- package/tools/extract_interactions.py +98 -0
- package/tools/extract_node_types.py +165 -0
- package/tools/extract_placement.py +135 -0
- package/tools/extract_pluggables.py +90 -0
- package/tools/extract_style_properties.py +163 -0
- package/tools/mint_session.php +52 -0
- package/tools/probe.py +144 -0
- package/tools/sweep_node_properties.py +271 -0
- package/tools/sweep_node_types.py +318 -0
- package/tools/sweep_properties.py +215 -0
- package/tools/sweep_style_properties.py +254 -0
- package/tools/theme_export.php +91 -0
- package/tools/theme_import.php +113 -0
- package/tools/verify_rwd.py +278 -0
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
registry,id,label,namespace,file
|
|
2
|
+
DynamicSources,configurablePostType,,,Mosaic/Plugins/DynamicSources/DynamicSourcePostTypes.php
|
|
3
|
+
DynamicSources,configurableTaxonomy,,,Mosaic/Plugins/DynamicSources/DynamicSourceTaxonomies.php
|
|
4
|
+
DynamicSources,wpUser,,,Mosaic/Plugins/DynamicSources/DynamicSourceUsers.php
|
|
5
|
+
DynamicSources,configurableUser,,,Mosaic/Plugins/DynamicSources/DynamicSourceUsers.php
|
|
6
|
+
DynamicSources,wpMenuNavMenu,,,Mosaic/Plugins/DynamicSources/DynamicSourceWPMenu.php
|
|
7
|
+
DynamicSources,configurableMenu,,,Mosaic/Plugins/DynamicSources/DynamicSourceWPMenu.php
|
|
8
|
+
DynamicSources,configurableACFOptionsPage,,,Mosaic/Plugins/DynamicSources/Integrations/ACF/DynamicSourceACFOptionsPages.php
|
|
9
|
+
DynamicSources,configurableMetaBoxSettingsPage,,,Mosaic/Plugins/DynamicSources/Integrations/MetaBox/DynamicSourceMetaBoxSettingsPages.php
|
|
10
|
+
Endpoints,mailchimp_audiences,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/Mailchimp.php
|
|
11
|
+
Endpoints,mailchimp_fields,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/Mailchimp.php
|
|
12
|
+
Endpoints,mailchimp_interest_categories,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/Mailchimp.php
|
|
13
|
+
Endpoints,mailchimp_interests,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/Mailchimp.php
|
|
14
|
+
Endpoints,mailchimp_tags,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/Mailchimp.php
|
|
15
|
+
Endpoints,mailerlite_groups,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/MailerLite.php
|
|
16
|
+
Endpoints,mailerlite_fields,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/MailerLite.php
|
|
17
|
+
Endpoints,post_variable,,,Mosaic/Plugins/Endpoints/PostVariable.php
|
|
18
|
+
Endpoints,user_fields,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/UserFields.php
|
|
19
|
+
Endpoints,users_meta,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/UserMeta.php
|
|
20
|
+
Endpoints,user_variable,,,Mosaic/Plugins/Endpoints/UserVariable.php
|
|
21
|
+
Endpoints,users_list,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/Users.php
|
|
22
|
+
Endpoints,wp_menus,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/WPMenus.php
|
|
23
|
+
Endpoints,wp_menus_meta,,Mosaic\Plugins\Endpoints,Mosaic/Plugins/Endpoints/WPMenus.php
|
|
24
|
+
EvaluatorEngine,breakpoint,,Mosaic\Plugins\EvaluatorEngine\BrowserConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/BrowserConditions/Subjects/BrowserConditionSubjectBreakpoint.php
|
|
25
|
+
EvaluatorEngine,httpCookie,,Mosaic\Plugins\EvaluatorEngine\BrowserConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/BrowserConditions/Subjects/BrowserConditionSubjectHttpCookie.php
|
|
26
|
+
EvaluatorEngine,localStorage,,Mosaic\Plugins\EvaluatorEngine\BrowserConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/BrowserConditions/Subjects/BrowserConditionSubjectLocalStorage.php
|
|
27
|
+
EvaluatorEngine,reducedMotion,,Mosaic\Plugins\EvaluatorEngine\BrowserConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/BrowserConditions/Subjects/BrowserConditionSubjectReducedMotion.php
|
|
28
|
+
EvaluatorEngine,text,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
29
|
+
EvaluatorEngine,equals,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
30
|
+
EvaluatorEngine,not-equals,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
31
|
+
EvaluatorEngine,contains,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
32
|
+
EvaluatorEngine,not-contains,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
33
|
+
EvaluatorEngine,starts-with,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
34
|
+
EvaluatorEngine,regexp,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
35
|
+
EvaluatorEngine,number,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
36
|
+
EvaluatorEngine,date,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
37
|
+
EvaluatorEngine,after,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
38
|
+
EvaluatorEngine,before,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectPostTypes.php
|
|
39
|
+
EvaluatorEngine,includes,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
40
|
+
EvaluatorEngine,excludes,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
41
|
+
EvaluatorEngine,text,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
42
|
+
EvaluatorEngine,equals,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
43
|
+
EvaluatorEngine,not-equals,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
44
|
+
EvaluatorEngine,contains,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
45
|
+
EvaluatorEngine,not-contains,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
46
|
+
EvaluatorEngine,starts-with,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
47
|
+
EvaluatorEngine,regexp,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
48
|
+
EvaluatorEngine,number,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
49
|
+
EvaluatorEngine,greater-than,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
50
|
+
EvaluatorEngine,greater-than-or-equal,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
51
|
+
EvaluatorEngine,less-than,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
52
|
+
EvaluatorEngine,less-than-or-equal,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectTaxonomies.php
|
|
53
|
+
EvaluatorEngine,wpUsersUser,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
54
|
+
EvaluatorEngine,includes,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
55
|
+
EvaluatorEngine,excludes,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
56
|
+
EvaluatorEngine,wpUsersUserVariable,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
57
|
+
EvaluatorEngine,text,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
58
|
+
EvaluatorEngine,equals,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
59
|
+
EvaluatorEngine,not-equals,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
60
|
+
EvaluatorEngine,contains,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
61
|
+
EvaluatorEngine,not-contains,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
62
|
+
EvaluatorEngine,starts-with,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
63
|
+
EvaluatorEngine,regexp,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
64
|
+
EvaluatorEngine,number,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
65
|
+
EvaluatorEngine,greater-than,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
66
|
+
EvaluatorEngine,greater-than-or-equal,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
67
|
+
EvaluatorEngine,less-than,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
68
|
+
EvaluatorEngine,less-than-or-equal,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
69
|
+
EvaluatorEngine,date,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
70
|
+
EvaluatorEngine,after,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
71
|
+
EvaluatorEngine,before,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
72
|
+
EvaluatorEngine,wpUsersUserMeta,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectUsers.php
|
|
73
|
+
EvaluatorEngine,wpMenu,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
74
|
+
EvaluatorEngine,includes,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
75
|
+
EvaluatorEngine,excludes,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
76
|
+
EvaluatorEngine,wpMenuMeta,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
77
|
+
EvaluatorEngine,text,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
78
|
+
EvaluatorEngine,equals,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
79
|
+
EvaluatorEngine,not-equals,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
80
|
+
EvaluatorEngine,contains,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
81
|
+
EvaluatorEngine,not-contains,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
82
|
+
EvaluatorEngine,starts-with,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
83
|
+
EvaluatorEngine,regexp,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
84
|
+
EvaluatorEngine,number,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
85
|
+
EvaluatorEngine,greater-than,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
86
|
+
EvaluatorEngine,greater-than-or-equal,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
87
|
+
EvaluatorEngine,less-than,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
88
|
+
EvaluatorEngine,less-than-or-equal,,Mosaic\Plugins\EvaluatorEngine\Filters\Subject,Mosaic/Plugins/EvaluatorEngine/Filters/Subject/FilterSubjectWPMenu.php
|
|
89
|
+
EvaluatorEngine,httpCookie,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectCookie.php
|
|
90
|
+
EvaluatorEngine,httpGet,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectHttpGet.php
|
|
91
|
+
EvaluatorEngine,userCapability,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectUserCapability.php
|
|
92
|
+
EvaluatorEngine,capability,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectUserCapability.php
|
|
93
|
+
EvaluatorEngine,userFields,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectUserFields.php
|
|
94
|
+
EvaluatorEngine,userLoggedIn,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectUserLoggedIn.php
|
|
95
|
+
EvaluatorEngine,is,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectUserLoggedIn.php
|
|
96
|
+
EvaluatorEngine,userMeta,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectUserMeta.php
|
|
97
|
+
EvaluatorEngine,userRole,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectUserRole.php
|
|
98
|
+
EvaluatorEngine,variable,,Mosaic\Plugins\EvaluatorEngine\ServerConditions\Subjects,Mosaic/Plugins/EvaluatorEngine/ServerConditions/Subjects/ServerConditionSubjectVariable.php
|
|
99
|
+
EvaluatorFunctions,abs,,Mosaic\Plugins\EvaluatorFunctions\Abs,Mosaic/Plugins/EvaluatorFunctions/Abs/EvaluatorFunctionAbs.php
|
|
100
|
+
EvaluatorFunctions,attachment,,Mosaic\Plugins\EvaluatorFunctions\Attachment,Mosaic/Plugins/EvaluatorFunctions/Attachment/EvaluatorFunctionAttachment.php
|
|
101
|
+
EvaluatorFunctions,avg,,Mosaic\Plugins\EvaluatorFunctions\Avg,Mosaic/Plugins/EvaluatorFunctions/Avg/EvaluatorFunctionAvg.php
|
|
102
|
+
EvaluatorFunctions,calc,,Mosaic\Plugins\EvaluatorFunctions\Calc,Mosaic/Plugins/EvaluatorFunctions/Calc/EvaluatorFunctionCalc.php
|
|
103
|
+
EvaluatorFunctions,concat,,Mosaic\Plugins\EvaluatorFunctions\Concat,Mosaic/Plugins/EvaluatorFunctions/Concat/EvaluatorFunctionConcat.php
|
|
104
|
+
EvaluatorFunctions,date,,Mosaic\Plugins\EvaluatorFunctions\Date,Mosaic/Plugins/EvaluatorFunctions/Date/EvaluatorFunctionDate.php
|
|
105
|
+
EvaluatorFunctions,esc_attr,,Mosaic\Plugins\EvaluatorFunctions\EscAttr,Mosaic/Plugins/EvaluatorFunctions/EscAttr/EvaluatorFunctionEscAttr.php
|
|
106
|
+
EvaluatorFunctions,esc_html,,Mosaic\Plugins\EvaluatorFunctions\EscHtml,Mosaic/Plugins/EvaluatorFunctions/EscHtml/EvaluatorFunctionEscHtml.php
|
|
107
|
+
EvaluatorFunctions,excerpt,,Mosaic\Plugins\EvaluatorFunctions\Excerpt,Mosaic/Plugins/EvaluatorFunctions/Excerpt/EvaluatorFunctionExcerpt.php
|
|
108
|
+
EvaluatorFunctions,fallback,,Mosaic\Plugins\EvaluatorFunctions\Fallback,Mosaic/Plugins/EvaluatorFunctions/Fallback/EvaluatorFunctionFallback.php
|
|
109
|
+
EvaluatorFunctions,find_image,,Mosaic\Plugins\EvaluatorFunctions\FindImage,Mosaic/Plugins/EvaluatorFunctions/FindImage/EvaluatorFunctionFindImage.php
|
|
110
|
+
EvaluatorFunctions,find_link,,Mosaic\Plugins\EvaluatorFunctions\FindLink,Mosaic/Plugins/EvaluatorFunctions/FindLink/EvaluatorFunctionFindLink.php
|
|
111
|
+
EvaluatorFunctions,find_video,,Mosaic\Plugins\EvaluatorFunctions\FindVideo,Mosaic/Plugins/EvaluatorFunctions/FindVideo/EvaluatorFunctionFindVideo.php
|
|
112
|
+
EvaluatorFunctions,json_encode,,Mosaic\Plugins\EvaluatorFunctions\JsonEncode,Mosaic/Plugins/EvaluatorFunctions/JsonEncode/EvaluatorFunctionJsonEncode.php
|
|
113
|
+
EvaluatorFunctions,remove_html,,Mosaic\Plugins\EvaluatorFunctions\RemoveHTML,Mosaic/Plugins/EvaluatorFunctions/RemoveHTML/EvaluatorFunctionRemoveHTML.php
|
|
114
|
+
EvaluatorFunctions,round,,Mosaic\Plugins\EvaluatorFunctions\Round,Mosaic/Plugins/EvaluatorFunctions/Round/EvaluatorFunctionRound.php
|
|
115
|
+
EvaluatorFunctions,round_up,,Mosaic\Plugins\EvaluatorFunctions\RoundUp,Mosaic/Plugins/EvaluatorFunctions/RoundUp/EvaluatorFunctionRoundUp.php
|
|
116
|
+
EvaluatorFunctions,substr,,Mosaic\Plugins\EvaluatorFunctions\Substr,Mosaic/Plugins/EvaluatorFunctions/Substr/EvaluatorFunctionSubstr.php
|
|
117
|
+
EvaluatorFunctions,sum,,Mosaic\Plugins\EvaluatorFunctions\Sum,Mosaic/Plugins/EvaluatorFunctions/Sum/EvaluatorFunctionSum.php
|
|
118
|
+
FormActions,email,,Mosaic\Plugins\FormActions\Email,Mosaic/Plugins/FormActions/Email/FormActionEmail.php
|
|
119
|
+
FormActions,mailchimp,,Mosaic\Plugins\FormActions\Mailchimp,Mosaic/Plugins/FormActions/Mailchimp/FormActionMailchimp.php
|
|
120
|
+
FormActions,mailerlite,,Mosaic\Plugins\FormActions\MailerLite,Mosaic/Plugins/FormActions/MailerLite/FormActionMailerLite.php
|
|
121
|
+
FormActions,redirect,,Mosaic\Plugins\FormActions\Redirect,Mosaic/Plugins/FormActions/Redirect/FormActionRedirect.php
|
|
122
|
+
FormActions,search,,Mosaic\Plugins\FormActions\Search,Mosaic/Plugins/FormActions/Search/FormActionSearch.php
|
|
123
|
+
FormActions,webhook,,Mosaic\Plugins\FormActions\Webhook,Mosaic/Plugins/FormActions/Webhook/FormActionWebhook.php
|
|
124
|
+
InteractionActions,playerSeek,,Mosaic\Plugins\InteractionActions\Continuous\Player\Seek,Mosaic/Plugins/InteractionActions/Continuous/Player/Seek/InteractionSimpleActionPlayerSeek.php
|
|
125
|
+
InteractionActions,interaction,,Mosaic\Plugins\InteractionActions\Simple\Interaction\Reset,Mosaic/Plugins/InteractionActions/Simple/Interaction/Reset/InteractionSimpleActionInteractionReset.php
|
|
126
|
+
InteractionActions,interactionReset,,Mosaic\Plugins\InteractionActions\Simple\Interaction\Reset,Mosaic/Plugins/InteractionActions/Simple/Interaction/Reset/InteractionSimpleActionInteractionReset.php
|
|
127
|
+
InteractionActions,interaction,,Mosaic\Plugins\InteractionActions\Simple\Interaction\Resume,Mosaic/Plugins/InteractionActions/Simple/Interaction/Resume/InteractionSimpleActionInteractionResume.php
|
|
128
|
+
InteractionActions,interactionResume,,Mosaic\Plugins\InteractionActions\Simple\Interaction\Resume,Mosaic/Plugins/InteractionActions/Simple/Interaction/Resume/InteractionSimpleActionInteractionResume.php
|
|
129
|
+
InteractionActions,interaction,,Mosaic\Plugins\InteractionActions\Simple\Interaction\Suspend,Mosaic/Plugins/InteractionActions/Simple/Interaction/Suspend/InteractionSimpleActionPlayerSuspend.php
|
|
130
|
+
InteractionActions,interactionSuspend,,Mosaic\Plugins\InteractionActions\Simple\Interaction\Suspend,Mosaic/Plugins/InteractionActions/Simple/Interaction/Suspend/InteractionSimpleActionPlayerSuspend.php
|
|
131
|
+
InteractionActions,link,,Mosaic\Plugins\InteractionActions\Simple\OpenLink,Mosaic/Plugins/InteractionActions/Simple/OpenLink/InteractionSimpleActionLink.php
|
|
132
|
+
InteractionActions,player,,Mosaic\Plugins\InteractionActions\Simple\Player\Pause,Mosaic/Plugins/InteractionActions/Simple/Player/Pause/InteractionSimpleActionPlayerPause.php
|
|
133
|
+
InteractionActions,playerPause,,Mosaic\Plugins\InteractionActions\Simple\Player\Pause,Mosaic/Plugins/InteractionActions/Simple/Player/Pause/InteractionSimpleActionPlayerPause.php
|
|
134
|
+
InteractionActions,player,,Mosaic\Plugins\InteractionActions\Simple\Player\Play,Mosaic/Plugins/InteractionActions/Simple/Player/Play/InteractionSimpleActionPlayerPlay.php
|
|
135
|
+
InteractionActions,playerPlay,,Mosaic\Plugins\InteractionActions\Simple\Player\Play,Mosaic/Plugins/InteractionActions/Simple/Player/Play/InteractionSimpleActionPlayerPlay.php
|
|
136
|
+
InteractionActions,script,,Mosaic\Plugins\InteractionActions\Simple\RunScript,Mosaic/Plugins/InteractionActions/Simple/RunScript/InteractionSimpleActionScript.php
|
|
137
|
+
InteractionActions,setCookie,,Mosaic\Plugins\InteractionActions\Simple\SetCookie,Mosaic/Plugins/InteractionActions/Simple/SetCookie/InteractionSimpleActionSetCookie.php
|
|
138
|
+
InteractionTypes,pointerMove,,Mosaic\Plugins\InteractionTypes\progress\pointermove,Mosaic/Plugins/InteractionTypes/progress/pointermove/InteractionTypePointerMove.php
|
|
139
|
+
InteractionTypes,x,,Mosaic\Plugins\InteractionTypes\progress\pointermove,Mosaic/Plugins/InteractionTypes/progress/pointermove/InteractionTypePointerMove.php
|
|
140
|
+
InteractionTypes,y,,Mosaic\Plugins\InteractionTypes\progress\pointermove,Mosaic/Plugins/InteractionTypes/progress/pointermove/InteractionTypePointerMove.php
|
|
141
|
+
InteractionTypes,scrollIntoView,,Mosaic\Plugins\InteractionTypes\progress\scrollIntoView,Mosaic/Plugins/InteractionTypes/progress/scrollIntoView/InteractionTypeScrollIntoView.php
|
|
142
|
+
InteractionTypes,px,,Mosaic\Plugins\InteractionTypes\progress\scrollIntoView,Mosaic/Plugins/InteractionTypes/progress/scrollIntoView/InteractionTypeScrollIntoView.php
|
|
143
|
+
InteractionTypes,%,,Mosaic\Plugins\InteractionTypes\progress\scrollIntoView,Mosaic/Plugins/InteractionTypes/progress/scrollIntoView/InteractionTypeScrollIntoView.php
|
|
144
|
+
InteractionTypes,accordionItemChange,,Mosaic\Plugins\InteractionTypes\timed\accordionitemchange,Mosaic/Plugins/InteractionTypes/timed/accordionitemchange/InteractionTypeAccordionItemChange.php
|
|
145
|
+
InteractionTypes,open,,Mosaic\Plugins\InteractionTypes\timed\accordionitemchange,Mosaic/Plugins/InteractionTypes/timed/accordionitemchange/InteractionTypeAccordionItemChange.php
|
|
146
|
+
InteractionTypes,close,,Mosaic\Plugins\InteractionTypes\timed\accordionitemchange,Mosaic/Plugins/InteractionTypes/timed/accordionitemchange/InteractionTypeAccordionItemChange.php
|
|
147
|
+
InteractionTypes,click,,Mosaic\Plugins\InteractionTypes\timed\click,Mosaic/Plugins/InteractionTypes/timed/click/InteractionTypeClick.php
|
|
148
|
+
InteractionTypes,odd,,Mosaic\Plugins\InteractionTypes\timed\click,Mosaic/Plugins/InteractionTypes/timed/click/InteractionTypeClick.php
|
|
149
|
+
InteractionTypes,even,,Mosaic\Plugins\InteractionTypes\timed\click,Mosaic/Plugins/InteractionTypes/timed/click/InteractionTypeClick.php
|
|
150
|
+
InteractionTypes,dropdownChange,,Mosaic\Plugins\InteractionTypes\timed\dropdownchange,Mosaic/Plugins/InteractionTypes/timed/dropdownchange/InteractionTypeDropdownChange.php
|
|
151
|
+
InteractionTypes,open,,Mosaic\Plugins\InteractionTypes\timed\dropdownchange,Mosaic/Plugins/InteractionTypes/timed/dropdownchange/InteractionTypeDropdownChange.php
|
|
152
|
+
InteractionTypes,close,,Mosaic\Plugins\InteractionTypes\timed\dropdownchange,Mosaic/Plugins/InteractionTypes/timed/dropdownchange/InteractionTypeDropdownChange.php
|
|
153
|
+
InteractionTypes,elementScrollIntoView,,Mosaic\Plugins\InteractionTypes\timed\elementscrollintoview,Mosaic/Plugins/InteractionTypes/timed/elementscrollintoview/InteractionTypeElementScrollIntoView.php
|
|
154
|
+
InteractionTypes,px,,Mosaic\Plugins\InteractionTypes\timed\elementscrollintoview,Mosaic/Plugins/InteractionTypes/timed/elementscrollintoview/InteractionTypeElementScrollIntoView.php
|
|
155
|
+
InteractionTypes,%,,Mosaic\Plugins\InteractionTypes\timed\elementscrollintoview,Mosaic/Plugins/InteractionTypes/timed/elementscrollintoview/InteractionTypeElementScrollIntoView.php
|
|
156
|
+
InteractionTypes,in,,Mosaic\Plugins\InteractionTypes\timed\elementscrollintoview,Mosaic/Plugins/InteractionTypes/timed/elementscrollintoview/InteractionTypeElementScrollIntoView.php
|
|
157
|
+
InteractionTypes,out,,Mosaic\Plugins\InteractionTypes\timed\elementscrollintoview,Mosaic/Plugins/InteractionTypes/timed/elementscrollintoview/InteractionTypeElementScrollIntoView.php
|
|
158
|
+
InteractionTypes,formSubmit,,Mosaic\Plugins\InteractionTypes\timed\formsubmit,Mosaic/Plugins/InteractionTypes/timed/formsubmit/InteractionTypeFormSubmit.php
|
|
159
|
+
InteractionTypes,success,,Mosaic\Plugins\InteractionTypes\timed\formsubmit,Mosaic/Plugins/InteractionTypes/timed/formsubmit/InteractionTypeFormSubmit.php
|
|
160
|
+
InteractionTypes,hover,,Mosaic\Plugins\InteractionTypes\timed\hover,Mosaic/Plugins/InteractionTypes/timed/hover/InteractionTypeHover.php
|
|
161
|
+
InteractionTypes,in,,Mosaic\Plugins\InteractionTypes\timed\hover,Mosaic/Plugins/InteractionTypes/timed/hover/InteractionTypeHover.php
|
|
162
|
+
InteractionTypes,out,,Mosaic\Plugins\InteractionTypes\timed\hover,Mosaic/Plugins/InteractionTypes/timed/hover/InteractionTypeHover.php
|
|
163
|
+
InteractionTypes,pageLoad,,Mosaic\Plugins\InteractionTypes\timed\pageload,Mosaic/Plugins/InteractionTypes/timed/pageload/InteractionTypePageLoad.php
|
|
164
|
+
InteractionTypes,scrollDirectionChange,,Mosaic\Plugins\InteractionTypes\timed\scrolldirectionchange,Mosaic/Plugins/InteractionTypes/timed/scrolldirectionchange/InteractionTypeScrollDirectionChange.php
|
|
165
|
+
InteractionTypes,down,,Mosaic\Plugins\InteractionTypes\timed\scrolldirectionchange,Mosaic/Plugins/InteractionTypes/timed/scrolldirectionchange/InteractionTypeScrollDirectionChange.php
|
|
166
|
+
InteractionTypes,up,,Mosaic\Plugins\InteractionTypes\timed\scrolldirectionchange,Mosaic/Plugins/InteractionTypes/timed/scrolldirectionchange/InteractionTypeScrollDirectionChange.php
|
|
167
|
+
InteractionTypes,slideChange,,Mosaic\Plugins\InteractionTypes\timed\slidechange,Mosaic/Plugins/InteractionTypes/timed/slidechange/InteractionTypeSlideChange.php
|
|
168
|
+
InteractionTypes,in,,Mosaic\Plugins\InteractionTypes\timed\slidechange,Mosaic/Plugins/InteractionTypes/timed/slidechange/InteractionTypeSlideChange.php
|
|
169
|
+
InteractionTypes,out,,Mosaic\Plugins\InteractionTypes\timed\slidechange,Mosaic/Plugins/InteractionTypes/timed/slidechange/InteractionTypeSlideChange.php
|
|
170
|
+
InteractionTypes,tabChange,,Mosaic\Plugins\InteractionTypes\timed\tabchange,Mosaic/Plugins/InteractionTypes/timed/tabchange/InteractionTypeTabChange.php
|
|
171
|
+
InteractionTypes,active,,Mosaic\Plugins\InteractionTypes\timed\tabchange,Mosaic/Plugins/InteractionTypes/timed/tabchange/InteractionTypeTabChange.php
|
|
172
|
+
InteractionTypes,inactive,,Mosaic\Plugins\InteractionTypes\timed\tabchange,Mosaic/Plugins/InteractionTypes/timed/tabchange/InteractionTypeTabChange.php
|
|
173
|
+
Links,author,,,Mosaic/Plugins/Links/Author.php
|
|
174
|
+
Links,attachment,,,Mosaic/Plugins/Links/Media.php
|
|
175
|
+
Links,posts_archive,,,Mosaic/Plugins/Links/PostArchives.php
|
|
176
|
+
OrderBy,postVariable,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypePostTypes.php
|
|
177
|
+
OrderBy,postMeta,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypePostTypes.php
|
|
178
|
+
OrderBy,random,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypePostTypes.php
|
|
179
|
+
OrderBy,termVariable,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeTaxonomies.php
|
|
180
|
+
OrderBy,termMeta,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeTaxonomies.php
|
|
181
|
+
OrderBy,random,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeTaxonomies.php
|
|
182
|
+
OrderBy,userVariable,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeUsers.php
|
|
183
|
+
OrderBy,userMeta,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeUsers.php
|
|
184
|
+
OrderBy,random,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeUsers.php
|
|
185
|
+
OrderBy,wpMenuVariable,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeWPMenu.php
|
|
186
|
+
OrderBy,wpMenuMeta,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeWPMenu.php
|
|
187
|
+
OrderBy,random,,Mosaic\Plugins\OrderBy\Type,Mosaic/Plugins/OrderBy/Type/OrderByTypeWPMenu.php
|
|
188
|
+
Paths,other,,,Mosaic/Plugins/Paths/Path404.php
|
|
189
|
+
Paths,404.php,,,Mosaic/Plugins/Paths/Path404.php
|
|
190
|
+
Paths,fallback,,,Mosaic/Plugins/Paths/PathArchive.php
|
|
191
|
+
Paths,archive.php,,,Mosaic/Plugins/Paths/PathArchive.php
|
|
192
|
+
Paths,fallback,,,Mosaic/Plugins/Paths/PathFrontPage.php
|
|
193
|
+
Paths,front-page.php,,,Mosaic/Plugins/Paths/PathFrontPage.php
|
|
194
|
+
Paths,fallback,,,Mosaic/Plugins/Paths/PathIndex.php
|
|
195
|
+
Paths,index.php,,,Mosaic/Plugins/Paths/PathIndex.php
|
|
196
|
+
Paths,page,,,Mosaic/Plugins/Paths/PathPostTypePage.php
|
|
197
|
+
Paths,single-page.php,,,Mosaic/Plugins/Paths/PathPostTypePage.php
|
|
198
|
+
Paths,post,,,Mosaic/Plugins/Paths/PathPostTypePost.php
|
|
199
|
+
Paths,single-post.php,,,Mosaic/Plugins/Paths/PathPostTypePost.php
|
|
200
|
+
Paths,archive-post.php,,,Mosaic/Plugins/Paths/PathPostTypePost.php
|
|
201
|
+
Paths,author.php,,,Mosaic/Plugins/Paths/PathPostTypePost.php
|
|
202
|
+
Paths,other,,,Mosaic/Plugins/Paths/PathSearch.php
|
|
203
|
+
Paths,search.php,,,Mosaic/Plugins/Paths/PathSearch.php
|
|
204
|
+
Paths,fallback,,,Mosaic/Plugins/Paths/PathSingle.php
|
|
205
|
+
Paths,single.php,,,Mosaic/Plugins/Paths/PathSingle.php
|
|
206
|
+
Paths,taxonomy,,,Mosaic/Plugins/Paths/PathTaxonomies.php
|
|
207
|
+
Paths,page,,,Mosaic/Plugins/Paths/PathTaxonomiesSingle.php
|
|
208
|
+
Paths,post,,,Mosaic/Plugins/Paths/PathTaxonomiesSingle.php
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
type,property,owner_class,creator,probe_value,is_enum,outcome,detail
|
|
2
|
+
text,name,ElementMResourceDataAbstract,createDataSimple,MPROP0000X,,NO_EFFECT,
|
|
3
|
+
text,locked,ElementMResourceDataAbstract,createDataSimple,MPROP0001X,,NO_EFFECT,
|
|
4
|
+
text,hidden,ElementMResourceDataAbstract,createDataSimple,MPROP0002X,,NO_EFFECT,
|
|
5
|
+
text,conditions,ElementMResourceDataAbstract,createDataArray,MPROP0003X,,COMMIT_500,PHP fatal during commit
|
|
6
|
+
text,attributes,ElementMResourceDataAbstract,createDataSimple,MPROP0004X,,NO_EFFECT,
|
|
7
|
+
text,cssClasses,ElementMResourceDataAbstract,createDataSimple,MPROP0005X,,NO_EFFECT,
|
|
8
|
+
text,attrID,ElementMResourceDataAbstract,createDataSimple,MPROP0006X,,HTML,
|
|
9
|
+
text,style,ElementMResourceDataAbstract,createDataGroup,MPROP0007X,,NO_EFFECT,
|
|
10
|
+
text,interactions,ElementMResourceDataAbstract,createDataArray,MPROP0008X,,COMMIT_500,PHP fatal during commit
|
|
11
|
+
text,currentStatus,NodeMResourceDataAbstract,createDataSimple,MPROP0009X,,NO_EFFECT,
|
|
12
|
+
text,override,NodeMResourceDataAbstract,createDataGroup,MPROP0010X,,NO_EFFECT,
|
|
13
|
+
button,name,ElementMResourceDataAbstract,createDataSimple,MPROP0011X,,NO_EFFECT,
|
|
14
|
+
button,locked,ElementMResourceDataAbstract,createDataSimple,MPROP0012X,,NO_EFFECT,
|
|
15
|
+
button,hidden,ElementMResourceDataAbstract,createDataSimple,MPROP0013X,,NO_EFFECT,
|
|
16
|
+
button,conditions,ElementMResourceDataAbstract,createDataArray,MPROP0014X,,COMMIT_500,PHP fatal during commit
|
|
17
|
+
button,attributes,ElementMResourceDataAbstract,createDataSimple,MPROP0015X,,NO_EFFECT,
|
|
18
|
+
button,cssClasses,ElementMResourceDataAbstract,createDataSimple,MPROP0016X,,NO_EFFECT,
|
|
19
|
+
button,attrID,ElementMResourceDataAbstract,createDataSimple,MPROP0017X,,HTML,
|
|
20
|
+
button,style,ElementMResourceDataAbstract,createDataGroup,MPROP0018X,,NO_EFFECT,
|
|
21
|
+
button,interactions,ElementMResourceDataAbstract,createDataArray,MPROP0019X,,COMMIT_500,PHP fatal during commit
|
|
22
|
+
button,currentStatus,NodeMResourceDataAbstract,createDataSimple,MPROP0020X,,NO_EFFECT,
|
|
23
|
+
button,override,NodeMResourceDataAbstract,createDataGroup,MPROP0021X,,NO_EFFECT,
|
|
24
|
+
div,name,ElementMResourceDataAbstract,createDataSimple,MPROP0022X,,NO_EFFECT,
|
|
25
|
+
div,locked,ElementMResourceDataAbstract,createDataSimple,MPROP0023X,,NO_EFFECT,
|
|
26
|
+
div,hidden,ElementMResourceDataAbstract,createDataSimple,MPROP0024X,,NO_EFFECT,
|
|
27
|
+
div,conditions,ElementMResourceDataAbstract,createDataArray,MPROP0025X,,COMMIT_500,PHP fatal during commit
|
|
28
|
+
div,attributes,ElementMResourceDataAbstract,createDataSimple,MPROP0026X,,NO_EFFECT,
|
|
29
|
+
div,cssClasses,ElementMResourceDataAbstract,createDataSimple,MPROP0027X,,NO_EFFECT,
|
|
30
|
+
div,attrID,ElementMResourceDataAbstract,createDataSimple,MPROP0028X,,HTML,
|
|
31
|
+
div,style,ElementMResourceDataAbstract,createDataGroup,MPROP0029X,,NO_EFFECT,
|
|
32
|
+
div,interactions,ElementMResourceDataAbstract,createDataArray,MPROP0030X,,COMMIT_500,PHP fatal during commit
|
|
33
|
+
div,currentStatus,NodeMResourceDataAbstract,createDataSimple,MPROP0031X,,NO_EFFECT,
|
|
34
|
+
div,override,NodeMResourceDataAbstract,createDataGroup,MPROP0032X,,NO_EFFECT,
|
|
35
|
+
section,name,ElementMResourceDataAbstract,createDataSimple,MPROP0033X,,NO_EFFECT,
|
|
36
|
+
section,locked,ElementMResourceDataAbstract,createDataSimple,MPROP0034X,,NO_EFFECT,
|
|
37
|
+
section,hidden,ElementMResourceDataAbstract,createDataSimple,MPROP0035X,,NO_EFFECT,
|
|
38
|
+
section,conditions,ElementMResourceDataAbstract,createDataArray,MPROP0036X,,COMMIT_500,PHP fatal during commit
|
|
39
|
+
section,attributes,ElementMResourceDataAbstract,createDataSimple,MPROP0037X,,NO_EFFECT,
|
|
40
|
+
section,cssClasses,ElementMResourceDataAbstract,createDataSimple,MPROP0038X,,NO_EFFECT,
|
|
41
|
+
section,attrID,ElementMResourceDataAbstract,createDataSimple,MPROP0039X,,HTML,
|
|
42
|
+
section,style,ElementMResourceDataAbstract,createDataGroup,MPROP0040X,,NO_EFFECT,
|
|
43
|
+
section,interactions,ElementMResourceDataAbstract,createDataArray,MPROP0041X,,COMMIT_500,PHP fatal during commit
|
|
44
|
+
section,currentStatus,NodeMResourceDataAbstract,createDataSimple,MPROP0042X,,NO_EFFECT,
|
|
45
|
+
section,override,NodeMResourceDataAbstract,createDataGroup,MPROP0043X,,NO_EFFECT,
|
|
46
|
+
image,name,ElementMResourceDataAbstract,createDataSimple,MPROP0044X,,NO_EFFECT,
|
|
47
|
+
image,locked,ElementMResourceDataAbstract,createDataSimple,MPROP0045X,,NO_EFFECT,
|
|
48
|
+
image,hidden,ElementMResourceDataAbstract,createDataSimple,MPROP0046X,,NO_EFFECT,
|
|
49
|
+
image,conditions,ElementMResourceDataAbstract,createDataArray,MPROP0047X,,COMMIT_500,PHP fatal during commit
|
|
50
|
+
image,attributes,ElementMResourceDataAbstract,createDataSimple,MPROP0048X,,NO_EFFECT,
|
|
51
|
+
image,cssClasses,ElementMResourceDataAbstract,createDataSimple,MPROP0049X,,NO_EFFECT,
|
|
52
|
+
image,attrID,ElementMResourceDataAbstract,createDataSimple,MPROP0050X,,NO_EFFECT,
|
|
53
|
+
image,style,ElementMResourceDataAbstract,createDataGroup,MPROP0051X,,NO_EFFECT,
|
|
54
|
+
image,interactions,ElementMResourceDataAbstract,createDataArray,MPROP0052X,,COMMIT_500,PHP fatal during commit
|
|
55
|
+
image,currentStatus,NodeMResourceDataAbstract,createDataSimple,MPROP0053X,,NO_EFFECT,
|
|
56
|
+
image,override,NodeMResourceDataAbstract,createDataGroup,MPROP0054X,,NO_EFFECT,
|
|
57
|
+
icon,name,ElementMResourceDataAbstract,createDataSimple,MPROP0055X,,NO_EFFECT,
|
|
58
|
+
icon,locked,ElementMResourceDataAbstract,createDataSimple,MPROP0056X,,NO_EFFECT,
|
|
59
|
+
icon,hidden,ElementMResourceDataAbstract,createDataSimple,MPROP0057X,,NO_EFFECT,
|
|
60
|
+
icon,conditions,ElementMResourceDataAbstract,createDataArray,MPROP0058X,,COMMIT_500,PHP fatal during commit
|
|
61
|
+
icon,attributes,ElementMResourceDataAbstract,createDataSimple,MPROP0059X,,NO_EFFECT,
|
|
62
|
+
icon,cssClasses,ElementMResourceDataAbstract,createDataSimple,MPROP0060X,,NO_EFFECT,
|
|
63
|
+
icon,attrID,ElementMResourceDataAbstract,createDataSimple,MPROP0061X,,HTML,
|
|
64
|
+
icon,style,ElementMResourceDataAbstract,createDataGroup,MPROP0062X,,NO_EFFECT,
|
|
65
|
+
icon,interactions,ElementMResourceDataAbstract,createDataArray,MPROP0063X,,COMMIT_500,PHP fatal during commit
|
|
66
|
+
icon,currentStatus,NodeMResourceDataAbstract,createDataSimple,MPROP0064X,,NO_EFFECT,
|
|
67
|
+
icon,override,NodeMResourceDataAbstract,createDataGroup,MPROP0065X,,NO_EFFECT,
|
|
68
|
+
button,url,ButtonElementMResourceData,createDataSimple,https://example.com/MPROP0066X,,HTML,
|
|
69
|
+
button,target,ButtonElementMResourceData,createDataSimple,_self,yes,NO_EFFECT,
|
|
70
|
+
button,rel,ButtonElementMResourceData,createDataSimple,MPROP0068X,,NO_EFFECT,
|
|
71
|
+
choice-field,nameAttribute,ChoiceFieldElementMResourceData,createDataSimple,MPROP0069X,,NO_EFFECT,
|
|
72
|
+
choice-field,defaultValue,ChoiceFieldElementMResourceData,createDataSimple,MPROP0070X,,NO_EFFECT,
|
|
73
|
+
choice-field,required,ChoiceFieldElementMResourceData,createDataSimple,7,,HTML,
|
|
74
|
+
choice-field,requiredMin,ChoiceFieldElementMResourceData,createDataSimple,7,,HTML,
|
|
75
|
+
choice-field,logging,ChoiceFieldElementMResourceData,createDataSimple,store,yes,INCONCLUSIVE,
|
|
76
|
+
code,insertLocation,CodeElementMResourceData,createDataSimple,inPlace,yes,NO_EFFECT,
|
|
77
|
+
code,content,CodeElementMResourceData,createDataSimple,MPROP0075X,,HTML,
|
|
78
|
+
code,processShortcodes,CodeElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
79
|
+
div,tagName,DivElementMResourceData,createDataSimple,MPROP0077X,,NO_EFFECT,
|
|
80
|
+
div,dynamicSources,DivElementMResourceData,createDataArray,MPROP0078X,,COMMIT_500,PHP fatal during commit
|
|
81
|
+
dropdown,horizontalAlign,DropdownElementMResourceData,createDataSimple,left,yes,ENUM_APPLIED,
|
|
82
|
+
dropdown-toggle,url,DropdownToggleElementMResourceData,createDataSimple,https://example.com/MPROP0080X,,HTML,
|
|
83
|
+
dropdown-toggle,target,DropdownToggleElementMResourceData,createDataSimple,_self,yes,NO_EFFECT,
|
|
84
|
+
dropdown-toggle,rel,DropdownToggleElementMResourceData,createDataSimple,MPROP0082X,,NO_EFFECT,
|
|
85
|
+
fileupload-input,nameAttribute,FileUploadElementMResourceData,createDataSimple,MPROP0083X,,HTML,
|
|
86
|
+
fileupload-input,accept,FileUploadElementMResourceData,createDataSimple,MPROP0084X,,NO_EFFECT,
|
|
87
|
+
fileupload-input,multiple,FileUploadElementMResourceData,createDataSimple,7,,HTML,
|
|
88
|
+
fileupload-input,required,FileUploadElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
89
|
+
fileupload-input,logging,FileUploadElementMResourceData,createDataSimple,store,yes,INCONCLUSIVE,
|
|
90
|
+
fileupload-input,mediaLibrary,FileUploadElementMResourceData,createDataSimple,7,,HTML,
|
|
91
|
+
form,submitType,FormElementMResourceData,createDataSimple,MPROP0089X,,NO_EFFECT,
|
|
92
|
+
form-multi-steps-step,stepIndex,StepElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
93
|
+
form-multi-steps-step,stepActive,StepElementMResourceData,createDataSimple,MPROP0091X,,NO_EFFECT,
|
|
94
|
+
icon,svg,IconElementMResourceData,createDataSimple,MPROP0092X,,NO_EFFECT,
|
|
95
|
+
icon,colors,IconElementMResourceData,createDataGroup,MPROP0093X,,NO_EFFECT,
|
|
96
|
+
icon,autoScale,IconElementMResourceData,createDataSimple,7,,HTML,
|
|
97
|
+
list-item,mode,ListItemElementMResourceData,createDataSimple,item,yes,INCONCLUSIVE,
|
|
98
|
+
loop-item,mode,LoopItemElementMResourceData,createDataSimple,item,yes,INCONCLUSIVE,
|
|
99
|
+
menu-link,url,MenuLinkElementMResourceData,createDataSimple,https://example.com/MPROP0097X,,HTML,
|
|
100
|
+
menu-link,target,MenuLinkElementMResourceData,createDataSimple,_self,yes,NO_EFFECT,
|
|
101
|
+
menu-link,rel,MenuLinkElementMResourceData,createDataSimple,MPROP0099X,,NO_EFFECT,
|
|
102
|
+
navbar,buttonBreakpoint,NavbarElementMResourceData,createDataSimple,none,yes,ENUM_APPLIED,
|
|
103
|
+
navbar,animation,NavbarElementMResourceData,createDataSimple,none,yes,ENUM_APPLIED,
|
|
104
|
+
navbar,disableScroll,NavbarElementMResourceData,createDataSimple,0,yes,INCONCLUSIVE,
|
|
105
|
+
section,tagName,SectionElementMResourceData,createDataSimple,MPROP0103X,,NO_EFFECT,
|
|
106
|
+
select-input,nameAttribute,SelectElementMResourceData,createDataSimple,MPROP0104X,,HTML,
|
|
107
|
+
select-input,defaultValue,SelectElementMResourceData,createDataSimple,MPROP0105X,,NO_EFFECT,
|
|
108
|
+
select-input,multiple,SelectElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
109
|
+
select-input,required,SelectElementMResourceData,createDataSimple,7,,HTML,
|
|
110
|
+
select-input,size,SelectElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
111
|
+
select-input,logging,SelectElementMResourceData,createDataSimple,store,yes,INCONCLUSIVE,
|
|
112
|
+
select-option,value,OptionElementMResourceData,createDataSimple,MPROP0110X,,HTML,
|
|
113
|
+
select-option,text,OptionElementMResourceData,createDataSimple,MPROP0111X,,HTML,
|
|
114
|
+
select-option,selected,OptionElementMResourceData,createDataSimple,7,,HTML,
|
|
115
|
+
select-option,disabled,OptionElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
116
|
+
styleguide-entry-content-image-img,image,SGEntryContentImageImgElementMResourceData,createDataSimple,https://example.com/MPROP0114X,,HTML,
|
|
117
|
+
tabs,defaultTabIndex,TabsElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
118
|
+
text,tagName,TextElementMResourceData,createDataSimple,MPROP0116X,,NO_EFFECT,
|
|
119
|
+
text-input,type,InputTextElementMResourceData,createDataSimple,MPROP0117X,,NO_EFFECT,
|
|
120
|
+
text-input,nameAttribute,InputTextElementMResourceData,createDataSimple,MPROP0118X,,HTML,
|
|
121
|
+
text-input,defaultValue,InputTextElementMResourceData,createDataSimple,MPROP0119X,,NO_EFFECT,
|
|
122
|
+
text-input,required,InputTextElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
123
|
+
text-input,readonly,InputTextElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
124
|
+
text-input,disabled,InputTextElementMResourceData,createDataSimple,7,,HTML,
|
|
125
|
+
text-input,placeholderText,InputTextElementMResourceData,createDataSimple,MPROP0123X,,HTML,
|
|
126
|
+
text-input,autocomplete,InputTextElementMResourceData,createDataSimple,MPROP0124X,,NO_EFFECT,
|
|
127
|
+
text-input,logging,InputTextElementMResourceData,createDataSimple,store,yes,INCONCLUSIVE,
|
|
128
|
+
textarea-input,nameAttribute,TextAreaElementMResourceData,createDataSimple,MPROP0126X,,HTML,
|
|
129
|
+
textarea-input,defaultValue,TextAreaElementMResourceData,createDataSimple,MPROP0127X,,NO_EFFECT,
|
|
130
|
+
textarea-input,placeholderText,TextAreaElementMResourceData,createDataSimple,MPROP0128X,,HTML,
|
|
131
|
+
textarea-input,minlength,TextAreaElementMResourceData,createDataSimple,7,,HTML,
|
|
132
|
+
textarea-input,maxlength,TextAreaElementMResourceData,createDataSimple,7,,HTML,
|
|
133
|
+
textarea-input,autocomplete,TextAreaElementMResourceData,createDataSimple,MPROP0131X,,NO_EFFECT,
|
|
134
|
+
textarea-input,required,TextAreaElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
135
|
+
textarea-input,logging,TextAreaElementMResourceData,createDataSimple,store,yes,INCONCLUSIVE,
|
|
136
|
+
video,video,VideoElementMResourceData,createDataSimple,https://example.com/MPROP0134X,,HTML,
|
|
137
|
+
video,sources,VideoElementMResourceData,createDataSimple,MPROP0135X,,NO_EFFECT,
|
|
138
|
+
video,autoplay,VideoElementMResourceData,createDataSimple,0,yes,INCONCLUSIVE,
|
|
139
|
+
video,muted,VideoElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
140
|
+
video,loop,VideoElementMResourceData,createDataSimple,0,yes,INCONCLUSIVE,
|
|
141
|
+
video,controls,VideoElementMResourceData,createDataSimple,0,yes,INCONCLUSIVE,
|
|
142
|
+
video,playsinline,VideoElementMResourceData,createDataSimple,0,yes,INCONCLUSIVE,
|
|
143
|
+
video,width,VideoElementMResourceData,createDataSimple,7,,HTML,
|
|
144
|
+
video,height,VideoElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
145
|
+
video,preload,VideoElementMResourceData,createDataSimple,auto,yes,ENUM_APPLIED,
|
|
146
|
+
video,poster,VideoElementMResourceData,createDataSimple,https://example.com/MPROP0144X,,HTML,
|
|
147
|
+
video,threshold,VideoElementMResourceData,createDataSimple,7,,NO_EFFECT,
|
|
148
|
+
vimeo,vimeoUrl,VimeoElementMResourceData,createDataSimple,MPROP0146X,,NO_EFFECT,
|
|
149
|
+
vimeo,autoplay,VimeoElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
150
|
+
vimeo,muted,VimeoElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
151
|
+
vimeo,controls,VimeoElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
152
|
+
vimeo,playsinline,VimeoElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
153
|
+
vimeo,privacy,VimeoElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
154
|
+
vimeo,lazyLoad,VimeoElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
155
|
+
vimeo,startTime,VimeoElementMResourceData,createDataSimple,MPROP0153X,,NO_EFFECT,
|
|
156
|
+
vimeo,threshold,VimeoElementMResourceData,createDataSimple,7,,HTML,
|
|
157
|
+
wpContent,content,WPContentElementMResourceData,createDataSimple,MPROP0155X,,NO_EFFECT,
|
|
158
|
+
wpShortcode,shortcode,WPShortcodeElementMResourceData,createDataSimple,MPROP0156X,,HTML,
|
|
159
|
+
wysiwyg-link,url,WysiwygLinkElementMResourceData,createDataSimple,https://example.com/MPROP0157X,,HTML,
|
|
160
|
+
wysiwyg-link,target,WysiwygLinkElementMResourceData,createDataSimple,_self,yes,NO_EFFECT,
|
|
161
|
+
wysiwyg-link,rel,WysiwygLinkElementMResourceData,createDataSimple,MPROP0159X,,NO_EFFECT,
|
|
162
|
+
youtube,youtubeUrl,YouTubeElementMResourceData,createDataSimple,MPROP0160X,,NO_EFFECT,
|
|
163
|
+
youtube,autoplay,YouTubeElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
164
|
+
youtube,muted,YouTubeElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
165
|
+
youtube,controls,YouTubeElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
166
|
+
youtube,playsinline,YouTubeElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
167
|
+
youtube,privacy,YouTubeElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
168
|
+
youtube,lazyLoad,YouTubeElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
169
|
+
youtube,startTime,YouTubeElementMResourceData,createDataSimple,MPROP0167X,,NO_EFFECT,
|
|
170
|
+
youtube,suggestedVideos,YouTubeElementMResourceData,createDataSimple,0,yes,ENUM_APPLIED,
|
|
171
|
+
youtube,threshold,YouTubeElementMResourceData,createDataSimple,7,,HTML,
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
route,methods,args,raw_route
|
|
2
|
+
/mosaic/v<version>,GET,context|namespace,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))
|
|
3
|
+
/mosaic/v<version>/attachmentUrl/(?P<attachmentID>\d+)/(?P<attachmentSize>[\S]+),GET,attachmentID|attachmentSize,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/attachmentUrl/(?P<attachmentID>\d+)/(?P<attachmentSize>[\S]+)
|
|
4
|
+
/mosaic/v<version>/cache/clear,POST,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/cache/clear
|
|
5
|
+
/mosaic/v<version>/elementClassMeta,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/elementClassMeta
|
|
6
|
+
/mosaic/v<version>/evaluatorEngineMetas/element,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/evaluatorEngineMetas/element
|
|
7
|
+
/mosaic/v<version>/evaluatorEngineMetas/formAction,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/evaluatorEngineMetas/formAction
|
|
8
|
+
/mosaic/v<version>/evaluatorEngineMetas/interaction,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/evaluatorEngineMetas/interaction
|
|
9
|
+
/mosaic/v<version>/evaluatorEngineMetas/template,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/evaluatorEngineMetas/template
|
|
10
|
+
/mosaic/v<version>/googleFontList,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/googleFontList
|
|
11
|
+
/mosaic/v<version>/iconLibrary,GET,styleCategory,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/iconLibrary
|
|
12
|
+
/mosaic/v<version>/library/api/<themeID>/libraryItem/<libraryItemID>,GET,libraryItemID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/library/api/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/libraryItem/(?P<libraryItemID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})
|
|
13
|
+
/mosaic/v<version>/library/api/<themeID>/libraryItemsMeta,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/library/api/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/libraryItemsMeta
|
|
14
|
+
/mosaic/v<version>/library/api/getLibraryThemesMeta,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/library/api/getLibraryThemesMeta
|
|
15
|
+
/mosaic/v<version>/license/activate,POST,planToken,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/license/activate
|
|
16
|
+
/mosaic/v<version>/license/deactivate,POST,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/license/deactivate
|
|
17
|
+
/mosaic/v<version>/loopFilterMetas,GET,loopType,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/loopFilterMetas
|
|
18
|
+
/mosaic/v<version>/loopOrderByMetas,GET,loopType,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/loopOrderByMetas
|
|
19
|
+
/mosaic/v<version>/loopSources,GET,loopOptions|loopType,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/loopSources
|
|
20
|
+
/mosaic/v<version>/loopSources/single,GET,loopOptions|loopType,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/loopSources/single
|
|
21
|
+
/mosaic/v<version>/media-library/attachment-protocol-url-by-sitehash/(?P<siteHash>[a-fA-F0-9]{32}),GET,attachmentProtocolUrl|siteHash,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/media-library/attachment-protocol-url-by-sitehash/(?P<siteHash>[a-fA-F0-9]{32})
|
|
22
|
+
/mosaic/v<version>/media-library/check-attachment-protocol-url,GET,attachmentProtocolUrl,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/media-library/check-attachment-protocol-url
|
|
23
|
+
/mosaic/v<version>/media-library/delete-attachment-by-attachment-id/(?P<attachmentID>[\d]+),GET,attachmentID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/media-library/delete-attachment-by-attachment-id/(?P<attachmentID>[\d]+)
|
|
24
|
+
/mosaic/v<version>/media-library/get-attachment-protocol-url-by-attachment-url,GET,encodedUrl,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/media-library/get-attachment-protocol-url-by-attachment-url
|
|
25
|
+
/mosaic/v<version>/media-library/image/insert-base64-attachment,"PATCH,POST,PUT",fileContent|fileName,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/media-library/image/insert-base64-attachment
|
|
26
|
+
/mosaic/v<version>/media-library/insert-from-api,"PATCH,POST,PUT",attachmentProtocolUrl|fileName|siteHash,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/media-library/insert-from-api
|
|
27
|
+
/mosaic/v<version>/mosaicAnalytics/create,POST,events,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/mosaicAnalytics/create
|
|
28
|
+
/mosaic/v<version>/pageInstance,GET,resourceQuery,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/pageInstance
|
|
29
|
+
/mosaic/v<version>/pageInstance/permalink,GET,permalink,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/pageInstance/permalink
|
|
30
|
+
/mosaic/v<version>/search/link,GET,resourceOptions,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/search/link
|
|
31
|
+
/mosaic/v<version>/search/linklist,GET,searchTerm,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/search/linklist
|
|
32
|
+
/mosaic/v<version>/settingsEditorInstance,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/settingsEditorInstance
|
|
33
|
+
/mosaic/v<version>/settingsEditorInstance/check,POST,syncCheckEnvelopes,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/settingsEditorInstance/check
|
|
34
|
+
/mosaic/v<version>/settingsEditorInstance/checkout,POST,syncCheckEnvelopes,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/settingsEditorInstance/checkout
|
|
35
|
+
/mosaic/v<version>/settingsEditorInstance/commit,POST,revisionEnvelopes|syncCheckEnvelopes,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/settingsEditorInstance/commit
|
|
36
|
+
/mosaic/v<version>/submissions/(?P<submission_id>\d+)/uploads,GET,index|name|submission_id,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/submissions/(?P<submission_id>\d+)/uploads
|
|
37
|
+
/mosaic/v<version>/template-path-dictionary,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/template-path-dictionary
|
|
38
|
+
/mosaic/v<version>/templateAssign,POST,ID|resourceQuery,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/templateAssign
|
|
39
|
+
/mosaic/v<version>/templateAssign/createManualTemplate,POST,masterID|resourceQuery,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/templateAssign/createManualTemplate
|
|
40
|
+
/mosaic/v<version>/templateAssign/onCreateTemplateAssign,POST,resourceID|templateID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/templateAssign/onCreateTemplateAssign
|
|
41
|
+
/mosaic/v<version>/theme/<themeID>/adminComponentsEditorInstance,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminComponentsEditorInstance
|
|
42
|
+
/mosaic/v<version>/theme/<themeID>/adminComponentsEditorInstance/check,POST,syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminComponentsEditorInstance/check
|
|
43
|
+
/mosaic/v<version>/theme/<themeID>/adminComponentsEditorInstance/checkout,POST,syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminComponentsEditorInstance/checkout
|
|
44
|
+
/mosaic/v<version>/theme/<themeID>/adminComponentsEditorInstance/commit,POST,revisionEnvelopes|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminComponentsEditorInstance/commit
|
|
45
|
+
/mosaic/v<version>/theme/<themeID>/adminMasterEditorInstance,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminMasterEditorInstance
|
|
46
|
+
/mosaic/v<version>/theme/<themeID>/adminMasterEditorInstance/check,POST,syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminMasterEditorInstance/check
|
|
47
|
+
/mosaic/v<version>/theme/<themeID>/adminMasterEditorInstance/checkout,POST,syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminMasterEditorInstance/checkout
|
|
48
|
+
/mosaic/v<version>/theme/<themeID>/adminMasterEditorInstance/commit,POST,revisionEnvelopes|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminMasterEditorInstance/commit
|
|
49
|
+
/mosaic/v<version>/theme/<themeID>/adminStyleGuideEditorInstance,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminStyleGuideEditorInstance
|
|
50
|
+
/mosaic/v<version>/theme/<themeID>/adminStyleGuideEditorInstance/check,POST,syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminStyleGuideEditorInstance/check
|
|
51
|
+
/mosaic/v<version>/theme/<themeID>/adminStyleGuideEditorInstance/checkout,POST,syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminStyleGuideEditorInstance/checkout
|
|
52
|
+
/mosaic/v<version>/theme/<themeID>/adminStyleGuideEditorInstance/commit,POST,revisionEnvelopes|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminStyleGuideEditorInstance/commit
|
|
53
|
+
/mosaic/v<version>/theme/<themeID>/adminTemplateEditorInstance,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminTemplateEditorInstance
|
|
54
|
+
/mosaic/v<version>/theme/<themeID>/adminTemplateEditorInstance/check,POST,syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminTemplateEditorInstance/check
|
|
55
|
+
/mosaic/v<version>/theme/<themeID>/adminTemplateEditorInstance/checkout,POST,syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminTemplateEditorInstance/checkout
|
|
56
|
+
/mosaic/v<version>/theme/<themeID>/adminTemplateEditorInstance/commit,POST,revisionEnvelopes|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/adminTemplateEditorInstance/commit
|
|
57
|
+
/mosaic/v<version>/theme/<themeID>/componentDocumentInstance/<componentID>,GET,componentID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/componentDocumentInstance/(?P<componentID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})
|
|
58
|
+
/mosaic/v<version>/theme/<themeID>/componentDocumentInstance/<componentID>/check,POST,componentID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/componentDocumentInstance/(?P<componentID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/check
|
|
59
|
+
/mosaic/v<version>/theme/<themeID>/componentDocumentInstance/<componentID>/checkout,POST,componentID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/componentDocumentInstance/(?P<componentID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/checkout
|
|
60
|
+
/mosaic/v<version>/theme/<themeID>/componentDocumentInstance/<componentID>/commit,POST,componentID|revisionEnvelopes|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/componentDocumentInstance/(?P<componentID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/commit
|
|
61
|
+
/mosaic/v<version>/theme/<themeID>/componentNodeEditorInstance/<componentID>,GET,componentID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/componentNodeEditorInstance/(?P<componentID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})
|
|
62
|
+
/mosaic/v<version>/theme/<themeID>/componentNodeEditorInstance/<componentID>/check,POST,componentID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/componentNodeEditorInstance/(?P<componentID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/check
|
|
63
|
+
/mosaic/v<version>/theme/<themeID>/componentNodeEditorInstance/<componentID>/checkout,POST,componentID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/componentNodeEditorInstance/(?P<componentID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/checkout
|
|
64
|
+
/mosaic/v<version>/theme/<themeID>/componentNodeEditorInstance/<componentID>/commit,POST,componentID|revisionEnvelopes|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/componentNodeEditorInstance/(?P<componentID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/commit
|
|
65
|
+
/mosaic/v<version>/theme/<themeID>/components/component/<ID>/createThumbnailChrome,POST,ID|height|themeID|url|width,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/components/component/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/createThumbnailChrome
|
|
66
|
+
/mosaic/v<version>/theme/<themeID>/components/component/<ID>/duplicate,POST,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/components/component/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/duplicate
|
|
67
|
+
/mosaic/v<version>/theme/<themeID>/components/component/<ID>/sampleUrl,GET,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/components/component/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/sampleUrl
|
|
68
|
+
/mosaic/v<version>/theme/<themeID>/components/component/<ID>/thumbnail,"PATCH,POST,PUT",ID|themeID|thumbnail,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/components/component/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/thumbnail
|
|
69
|
+
/mosaic/v<version>/theme/<themeID>/components/component/<ID>/usages,GET,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/components/component/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/usages
|
|
70
|
+
/mosaic/v<version>/theme/<themeID>/components/usageCounters,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/components/usageCounters
|
|
71
|
+
/mosaic/v<version>/theme/<themeID>/context,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/context
|
|
72
|
+
/mosaic/v<version>/theme/<themeID>/createThumbnail,POST,isCancel|milestoneID|themeID|types,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/createThumbnail
|
|
73
|
+
/mosaic/v<version>/theme/<themeID>/export,POST,isCancel|milestoneID|simpleExport|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/export
|
|
74
|
+
/mosaic/v<version>/theme/<themeID>/masterDocumentInstance/<masterID>,GET,masterID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masterDocumentInstance/(?P<masterID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})
|
|
75
|
+
/mosaic/v<version>/theme/<themeID>/masterDocumentInstance/<masterID>/check,POST,masterID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masterDocumentInstance/(?P<masterID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/check
|
|
76
|
+
/mosaic/v<version>/theme/<themeID>/masterDocumentInstance/<masterID>/checkout,POST,masterID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masterDocumentInstance/(?P<masterID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/checkout
|
|
77
|
+
/mosaic/v<version>/theme/<themeID>/masterDocumentInstance/<masterID>/commit,POST,masterID|revisionEnvelopes|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masterDocumentInstance/(?P<masterID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/commit
|
|
78
|
+
/mosaic/v<version>/theme/<themeID>/masters/master/<ID>/createThumbnailChrome,POST,ID|themeID|url,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masters/master/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/createThumbnailChrome
|
|
79
|
+
/mosaic/v<version>/theme/<themeID>/masters/master/<ID>/duplicate,POST,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masters/master/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/duplicate
|
|
80
|
+
/mosaic/v<version>/theme/<themeID>/masters/master/<ID>/thumbnail,"PATCH,POST,PUT",ID|themeID|thumbnail,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masters/master/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/thumbnail
|
|
81
|
+
/mosaic/v<version>/theme/<themeID>/masters/master/<ID>/usages,GET,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masters/master/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/usages
|
|
82
|
+
/mosaic/v<version>/theme/<themeID>/masters/usageCounters,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/masters/usageCounters
|
|
83
|
+
/mosaic/v<version>/theme/<themeID>/navigation,GET,keyword|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/navigation
|
|
84
|
+
/mosaic/v<version>/theme/<themeID>/regenerateAttachmentData,POST,isCancel|milestoneID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/regenerateAttachmentData
|
|
85
|
+
/mosaic/v<version>/theme/<themeID>/revisionRecord,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/revisionRecord
|
|
86
|
+
/mosaic/v<version>/theme/<themeID>/styleGuideDocumentInstance/<styleGuideID>,GET,styleGuideID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/styleGuideDocumentInstance/(?P<styleGuideID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})
|
|
87
|
+
/mosaic/v<version>/theme/<themeID>/styleGuideDocumentInstance/<styleGuideID>/check,POST,styleGuideID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/styleGuideDocumentInstance/(?P<styleGuideID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/check
|
|
88
|
+
/mosaic/v<version>/theme/<themeID>/styleGuideDocumentInstance/<styleGuideID>/checkout,POST,styleGuideID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/styleGuideDocumentInstance/(?P<styleGuideID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/checkout
|
|
89
|
+
/mosaic/v<version>/theme/<themeID>/styleGuideDocumentInstance/<styleGuideID>/commit,POST,revisionEnvelopes|styleGuideID|syncCheckEnvelopes|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/styleGuideDocumentInstance/(?P<styleGuideID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/commit
|
|
90
|
+
/mosaic/v<version>/theme/<themeID>/styleGuides/styleGuide/<ID>/createThumbnailChrome,"PATCH,POST,PUT",ID|themeID|url,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/styleGuides/styleGuide/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/createThumbnailChrome
|
|
91
|
+
/mosaic/v<version>/theme/<themeID>/styleGuides/styleGuide/<ID>/duplicate,POST,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/styleGuides/styleGuide/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/duplicate
|
|
92
|
+
/mosaic/v<version>/theme/<themeID>/styleGuides/styleGuide/<ID>/thumbnail,"PATCH,POST,PUT",ID|themeID|thumbnail,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/styleGuides/styleGuide/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/thumbnail
|
|
93
|
+
/mosaic/v<version>/theme/<themeID>/templateDocumentInstance/<masterID>/<templateID>,GET,masterID|templateID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templateDocumentInstance/(?P<masterID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/(?P<templateID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})
|
|
94
|
+
/mosaic/v<version>/theme/<themeID>/templateDocumentInstance/<masterID>/<templateID>/check,POST,masterID|syncCheckEnvelopes|templateID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templateDocumentInstance/(?P<masterID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/(?P<templateID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/check
|
|
95
|
+
/mosaic/v<version>/theme/<themeID>/templateDocumentInstance/<masterID>/<templateID>/checkout,POST,masterID|syncCheckEnvelopes|templateID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templateDocumentInstance/(?P<masterID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/(?P<templateID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/checkout
|
|
96
|
+
/mosaic/v<version>/theme/<themeID>/templateDocumentInstance/<masterID>/<templateID>/commit,POST,masterID|revisionEnvelopes|syncCheckEnvelopes|templateID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templateDocumentInstance/(?P<masterID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/(?P<templateID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/commit
|
|
97
|
+
/mosaic/v<version>/theme/<themeID>/templates/manualAssignCounters,GET,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templates/manualAssignCounters
|
|
98
|
+
/mosaic/v<version>/theme/<themeID>/templates/template/<ID>/createThumbnailChrome,POST,ID|themeID|url,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templates/template/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/createThumbnailChrome
|
|
99
|
+
/mosaic/v<version>/theme/<themeID>/templates/template/<ID>/duplicate,POST,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templates/template/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/duplicate
|
|
100
|
+
/mosaic/v<version>/theme/<themeID>/templates/template/<ID>/manualAssigns,GET,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templates/template/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/manualAssigns
|
|
101
|
+
/mosaic/v<version>/theme/<themeID>/templates/template/<ID>/sampleUrl,GET,ID|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templates/template/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/sampleUrl
|
|
102
|
+
/mosaic/v<version>/theme/<themeID>/templates/template/<ID>/thumbnail,"PATCH,POST,PUT",ID|themeID|thumbnail,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/templates/template/(?P<ID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/thumbnail
|
|
103
|
+
/mosaic/v<version>/theme/duplicate,POST,themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/duplicate
|
|
104
|
+
/mosaic/v<version>/theme/import/download,POST,isCancel|milestoneID|processingID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/import/download
|
|
105
|
+
/mosaic/v<version>/theme/import/upload,POST,isCancel|milestoneID|processingID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/theme/import/upload
|
|
106
|
+
/mosaic/v<version>/themes/adminThemeEditorInstance,GET,,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/themes/adminThemeEditorInstance
|
|
107
|
+
/mosaic/v<version>/themes/adminThemeEditorInstance/check,POST,syncCheckEnvelopes,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/themes/adminThemeEditorInstance/check
|
|
108
|
+
/mosaic/v<version>/themes/adminThemeEditorInstance/checkout,POST,syncCheckEnvelopes,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/themes/adminThemeEditorInstance/checkout
|
|
109
|
+
/mosaic/v<version>/themes/adminThemeEditorInstance/commit,POST,revisionEnvelopes|syncCheckEnvelopes,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/themes/adminThemeEditorInstance/commit
|
|
110
|
+
/mosaic/v<version>/themes/theme/<themeID>/thumbnail,"PATCH,POST,PUT",themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/themes/theme/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/thumbnail
|
|
111
|
+
/mosaic/v<version>/user/isTrackingUsageDataAllowed,POST,isTrackingUsageDataAllowed,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/user/isTrackingUsageDataAllowed
|
|
112
|
+
/mosaic/v<version>/wizard/<themeID>/finish,POST,isCancel|masterData|milestoneID|pagesData|settingsData|templatesData|themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/wizard/(?P<themeID>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})/finish
|
|
113
|
+
/mosaic/v<version>/wordpress/rebuild-themes,POST,isCancel|milestoneID|processingID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/wordpress/rebuild-themes
|
|
114
|
+
/mosaic/v<version>/wordpress/themes/live-mode,"PATCH,POST,PUT",themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/wordpress/themes/live-mode
|
|
115
|
+
/mosaic/v<version>/wordpress/themes/test-mode,"PATCH,POST,PUT",themeID,/mosaic/v(?P<mosaicVersion>(\d+\.)?(\d+\.)*(\d+))/wordpress/themes/test-mode
|