mosaic-headless 1.2.0 → 1.2.1
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/README.ja.md +3 -3
- package/README.ko.md +96 -0
- package/README.md +13 -4
- package/README.zh-TW.md +3 -3
- package/SKILL.md +3 -3
- package/assets/templates/platforms/claude-ai.json +1 -1
- package/assets/templates/platforms/claude-code.json +1 -1
- package/assets/templates/platforms/codex-cli.json +1 -1
- package/assets/templates/platforms/copilot.json +1 -1
- package/assets/templates/platforms/gemini-cli.json +1 -1
- package/bin/check-release.mjs +9 -2
- package/data/animatable-properties.csv +23 -23
- package/data/condition-comparators.csv +13 -13
- package/data/condition-subjects.csv +60 -60
- package/data/db-columns.csv +207 -207
- package/data/default-children.csv +11 -11
- package/data/dynamic-variables.csv +75 -75
- package/data/element-classes.csv +152 -152
- package/data/evaluator-functions.csv +20 -20
- package/data/interaction-types.csv +13 -13
- package/data/node-properties.csv +182 -182
- package/data/node-property-verification.csv +182 -182
- package/data/node-types.csv +123 -123
- package/data/node-verification.csv +123 -123
- package/data/placement-rules.csv +123 -123
- package/data/pluggables.csv +208 -208
- package/data/property-verification.csv +171 -171
- package/data/rest-routes.csv +115 -115
- package/data/rwd-verification.csv +577 -570
- package/data/style-properties.csv +99 -99
- package/data/style-states.csv +54 -54
- package/data/style-value-shapes.csv +23 -23
- package/data/style-verification.csv +99 -99
- package/package.json +59 -59
- package/references/failure-modes.md +22 -0
- package/sites/_moksa.py +72 -26
- package/sites/moksa.json +9071 -8684
- package/tools/verify_rwd.py +14 -1
- package/README.zh-CN.md +0 -87
- package/tools/build_all.py +0 -55
- package/tools/build_report.py +0 -221
package/data/node-types.csv
CHANGED
|
@@ -1,123 +1,123 @@
|
|
|
1
|
-
type,label,class,extends,abstract,edition,alias_types,is_link,can_be_parent,default_element_class,data_class,file
|
|
2
|
-
accordion,Accordion,AccordionElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,AccordionElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionElementTypeFactory.php
|
|
3
|
-
accordion-content,Accordion Content,AccordionContentElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,AccordionContentElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionItem/AccordionContent/AccordionContentElementTypeFactory.php
|
|
4
|
-
accordion-item,Item,AccordionItemElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,AccordionItemElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionItem/AccordionItemElementTypeFactory.php
|
|
5
|
-
accordion-title,Accordion title,AccordionTitleElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,AccordionTitleElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionItem/AccordionTitle/AccordionTitleElementTypeFactory.php
|
|
6
|
-
accordion-loop-items,Loop items,AccordionLoopItemsElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,AccordionLoopItemsElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionLoopItems/AccordionLoopItemsElementTypeFactory.php
|
|
7
|
-
button,Button,ButtonElementTypeFactory,ElementTypeFactoryAbstract,no,free,button-advanced,true,true,ButtonElementVariationsConst::ButtonElementClassID,ButtonElementMResourceData,Mosaic/NodeTypes/Button/ButtonElementTypeFactory.php
|
|
8
|
-
component-instance,Instance,ComponentInstanceElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,ComponentInstanceElementMResourceData,Mosaic/NodeTypes/Component/ComponentInstance/ComponentInstanceElementTypeFactory.php
|
|
9
|
-
component-external,Component external,ComponentExternalElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,ComponentExternalElementMResourceData,Mosaic/NodeTypes/Component/Component/ComponentExternal/ComponentExternalElementTypeFactory.php
|
|
10
|
-
component-internal,Component,ComponentInternalElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,ComponentInternalElementMResourceData,Mosaic/NodeTypes/Component/Component/ComponentInternal/ComponentInternalElementTypeFactory.php
|
|
11
|
-
div,,DivElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,DivElementVariationsConst::DivElementClassID,DivElementMResourceData,Mosaic/NodeTypes/Div/DivElementTypeFactory.php
|
|
12
|
-
body,,BodyElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,BodyElementMResourceData,Mosaic/NodeTypes/Document/Body/BodyElementTypeFactory.php
|
|
13
|
-
document,Document,DocumentElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,DocumentElementMResourceData,Mosaic/NodeTypes/Document/DocumentElementTypeFactory.php
|
|
14
|
-
googlemaps,Google Maps,GoogleMapsElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,GoogleMapsElementMResourceData,Mosaic/NodeTypes/GoogleMaps/GoogleMapsElementTypeFactory.php
|
|
15
|
-
icon,Icon,IconElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,IconElementVariationsConst::IconElementClassID,IconElementMResourceData,Mosaic/NodeTypes/Icon/IconElementTypeFactory.php
|
|
16
|
-
image,Image,ImageElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,ImageElementMResourceData,Mosaic/NodeTypes/Image/ImageElementTypeFactory.php
|
|
17
|
-
list,List,ListElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,ListElementVariationsConst::ListElementClassID,ListElementMResourceData,Mosaic/NodeTypes/ListElement/ListElementTypeFactory.php
|
|
18
|
-
list-item,Item,ListItemElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,ListItemElementMResourceData,Mosaic/NodeTypes/ListElement/ListItem/ListItemElementTypeFactory.php
|
|
19
|
-
list-loop-items,Loop items,ListLoopItemsElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,ListLoopItemsElementMResourceData,Mosaic/NodeTypes/ListElement/ListLoopItems/ListLoopItemsElementTypeFactory.php
|
|
20
|
-
loop,Loop,LoopElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,LoopElementMResourceData,Mosaic/NodeTypes/Loop/LoopElementTypeFactory.php
|
|
21
|
-
loop-item,Item,LoopItemElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,LoopItemElementMResourceData,Mosaic/NodeTypes/Loop/LoopItems/LoopItem/LoopItemElementTypeFactory.php
|
|
22
|
-
loop-items,Items,LoopItemsElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,LoopItemsElementMResourceData,Mosaic/NodeTypes/Loop/LoopItems/LoopItemsElementTypeFactory.php
|
|
23
|
-
loop-no-result,No result,LoopNoResultElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,LoopNoResultElementMResourceData,Mosaic/NodeTypes/Loop/LoopNoResult/LoopNoResultElementTypeFactory.php
|
|
24
|
-
loop-pagination-button-next,Next button,LoopPaginationButtonNextElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,,Mosaic/NodeTypes/Loop/LoopPagination/Button/ButtonNext/LoopPaginationButtonNextElementTypeFactory.php
|
|
25
|
-
loop-pagination-button-previous,Previous button,LoopPaginationButtonPreviousElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,,Mosaic/NodeTypes/Loop/LoopPagination/Button/ButtonPrevious/LoopPaginationButtonPreviousElementTypeFactory.php
|
|
26
|
-
loop-pagination,Pagination,LoopPaginationElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,LoopPaginationElementMResourceData,Mosaic/NodeTypes/Loop/LoopPagination/LoopPaginationElementTypeFactory.php
|
|
27
|
-
loop-pagination-numbers,Numbers,LoopPaginationNumbersElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,LoopPaginationNumbersElementMResourceData,Mosaic/NodeTypes/Loop/LoopPagination/Numbers/LoopPaginationNumbersElementTypeFactory.php
|
|
28
|
-
loop-pagination-number,Number,LoopPaginationNumberElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,,,LoopPaginationNumberElementMResourceData,Mosaic/NodeTypes/Loop/LoopPagination/Numbers/Number/LoopPaginationNumberElementTypeFactory.php
|
|
29
|
-
dropdown-toggle,Dropdown toggle,DropdownToggleElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,DropdownToggleElementMResourceData,Mosaic/NodeTypes/Menu/Dropdown/DropdownToggle/DropdownToggleElementTypeFactory.php
|
|
30
|
-
dropdown-wide,Dropdown wide,DropdownWideElementTypeFactory,DropdownElementTypeFactoryAbstract,no,free,,,,,DropdownWideElementMResourceData,Mosaic/NodeTypes/Menu/Dropdown/DropdownWide/DropdownWideElementTypeFactory.php
|
|
31
|
-
dropdown-wrapper-wide,Dropdown wrapper wide,DropdownWrapperWideElementTypeFactory,DropdownWrapperElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Menu/Dropdown/DropdownWide/DropdownWrapperWide/DropdownWrapperWideElementTypeFactory.php
|
|
32
|
-
dropdown,Dropdown,DropdownElementTypeFactory,DropdownElementTypeFactoryAbstract,no,free,,,,,DropdownElementMResourceData,Mosaic/NodeTypes/Menu/Dropdown/Dropdown/DropdownElementTypeFactory.php
|
|
33
|
-
dropdown-wrapper,Dropdown wrapper,DropdownWrapperElementTypeFactory,DropdownWrapperElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Menu/Dropdown/Dropdown/DropdownWrapper/DropdownWrapperElementTypeFactory.php
|
|
34
|
-
menu,Menu,MenuElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,MenuElementMResourceData,Mosaic/NodeTypes/Menu/MenuElementTypeFactory.php
|
|
35
|
-
menu-link,Menu link,MenuLinkElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,MenuLinkElementMResourceData,Mosaic/NodeTypes/Menu/MenuLink/MenuLinkElementTypeFactory.php
|
|
36
|
-
wp-menu,WP Menu,WPMenuElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WPMenuElementMResourceData,Mosaic/NodeTypes/Menu/WPMenu/WPMenuElementTypeFactory.php
|
|
37
|
-
navbar,Navbar,NavbarElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,NavbarElementMResourceData,Mosaic/NodeTypes/Navbar/NavbarElementTypeFactory.php
|
|
38
|
-
navbar-toggle,Mobile menu toggle,NavbarToggleElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,NavbarToggleElementMResourceData,Mosaic/NodeTypes/Navbar/NavbarToggle/NavbarToggleElementTypeFactory.php
|
|
39
|
-
navigation,Navigation,NavigationElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,NavigationElementMResourceData,Mosaic/NodeTypes/Navbar/Navigation/NavigationElementTypeFactory.php
|
|
40
|
-
code,Code,CodeElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,CodeElementMResourceData,Mosaic/NodeTypes/Pro/Code/CodeElementTypeFactory.php
|
|
41
|
-
form-wrapper,Form,FormWrapperElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,FormWrapperElementMResourceData,Mosaic/NodeTypes/Pro/Form/FormWrapperElementTypeFactory.php
|
|
42
|
-
form,Form,FormElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,FormElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/FormElementTypeFactory.php
|
|
43
|
-
checkbox-input,Checkbox input,CheckboxInputElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,CheckboxInputElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Checkbox/CheckboxInput/CheckboxInputElementTypeFactory.php
|
|
44
|
-
choice-field,Choice field,ChoiceFieldElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,ChoiceFieldElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/ChoiceField/ChoiceFieldElementTypeFactory.php
|
|
45
|
-
choice-content,Content,ChoiceContentElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,ChoiceContentElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/ChoiceField/Content/ChoiceContentElementTypeFactory.php
|
|
46
|
-
choice-legend,Legend,ChoiceLegendElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,ChoiceLegendElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/ChoiceField/Legend/ChoiceLegendElementTypeFactory.php
|
|
47
|
-
choice,Choice,ChoiceElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,ChoiceElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Choice/ChoiceElementTypeFactory.php
|
|
48
|
-
choice-label,Choice label,ChoiceLabelElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,ChoiceLabelElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Choice/ChoiceLabel/ChoiceLabelElementTypeFactory.php
|
|
49
|
-
fieldset,Field set,FieldSetElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,FieldSetElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/FieldSet/FieldSetElementTypeFactory.php
|
|
50
|
-
field,Field,FieldElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,FieldElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Field/FieldElementTypeFactory.php
|
|
51
|
-
fileupload-input,File upload,FileUploadElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,FileUploadElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/FileUpload/FileUploadElementTypeFactory.php
|
|
52
|
-
form-error,Error message,FormErrorElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,FormErrorElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/FormError/FormErrorElementTypeFactory.php
|
|
53
|
-
hidden-input,Hidden input,HiddenInputElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,HiddenInputElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/HiddenInput/HiddenInputElementTypeFactory.php
|
|
54
|
-
text-input,Input,InputTextElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,InputTextElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/InputText/InputTextElementTypeFactory.php
|
|
55
|
-
label,Label,LabelElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,LabelElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Label/LabelElementTypeFactory.php
|
|
56
|
-
multi-steps-back-button,Back button,FormStepButtonBackElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,true,,,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Forms/FormStep/Button/ButtonStepBack/FormStepButtonBackElementTypeFactory.php
|
|
57
|
-
multi-steps-next-button,Next button,FormStepButtonNextElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,true,,,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Forms/FormStep/Button/ButtonStepNext/FormStepButtonNextElementTypeFactory.php
|
|
58
|
-
multi-steps-form-step,Form step,FormStepElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,FormStepElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Forms/FormStep/FormStepElementTypeFactory.php
|
|
59
|
-
multi-steps-forms,Forms,FormsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,FormsElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Forms/FormsElementTypeFactory.php
|
|
60
|
-
form-multi-steps,Multi step,MultiStepsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,MultiStepsElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/MultiStepsElementTypeFactory.php
|
|
61
|
-
form-multi-steps-step,Step,StepElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,true,,StepElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Steps/Step/StepElementTypeFactory.php
|
|
62
|
-
form-multi-steps-steps,Steps,StepsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,StepsElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Steps/StepsElementTypeFactory.php
|
|
63
|
-
radio-input,Radio input,RadioInputElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,RadioInputElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Radio/RadioInput/RadioInputElementTypeFactory.php
|
|
64
|
-
recaptcha,reCAPTCHA,RecaptchaElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,RecaptchaElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Recaptcha/RecaptchaElementTypeFactory.php
|
|
65
|
-
select-option,Option,OptionElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,OptionElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Select/Option/OptionElementTypeFactory.php
|
|
66
|
-
select-input,Select,SelectElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SelectElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Select/SelectElementTypeFactory.php
|
|
67
|
-
submit-label,Submit label,SubmitLabelElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SubmitLabelElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/SubmitButton/Label/SubmitLabelElementTypeFactory.php
|
|
68
|
-
submit-loading,Submit loading,SubmitLoadingElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SubmitLoadingElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/SubmitButton/Loading/SubmitLoadingElementTypeFactory.php
|
|
69
|
-
submit-button,Submit,SubmitButtonElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SubmitButtonElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/SubmitButton/SubmitButtonElementTypeFactory.php
|
|
70
|
-
textarea-input,Text area,TextAreaElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,TextAreaElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/TextArea/TextAreaElementTypeFactory.php
|
|
71
|
-
turnstile,Turnstile,TurnstileElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TurnstileElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Turnstile/TurnstileElementTypeFactory.php
|
|
72
|
-
success-screen,Success screen,SuccessScreenElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,SuccessScreenElementMResourceData,Mosaic/NodeTypes/Pro/Form/SuccessScreen/SuccessScreenElementTypeFactory.php
|
|
73
|
-
slider-arrow-left,Slider arrow left,SliderArrowLeftElementTypeFactory,SliderArrowElementTypeFactoryAbstract,no,pro,,,,,,Mosaic/NodeTypes/Pro/Slider/SliderArrow/SliderArrowLeft/SliderArrowLeftElementTypeFactory.php
|
|
74
|
-
slider-arrow-right,Slider arrow right,SliderArrowRightMElementTypeFactory,SliderArrowElementTypeFactoryAbstract,no,pro,,,,,,Mosaic/NodeTypes/Pro/Slider/SliderArrow/SliderArrowRight/SliderArrowRightMElementTypeFactory.php
|
|
75
|
-
slider,Slider,SliderElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,SliderElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderElementTypeFactory.php
|
|
76
|
-
slider-loop-slides,Loop slides,SliderLoopSlidesElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,SliderLoopSlidesElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderLoopSlides/SliderLoopSlidesElementTypeFactory.php
|
|
77
|
-
slider-navigation-bullet,Bullet,SliderNavigationBulletElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SliderNavigationBulletElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderNavigation/SliderNavigationBullet/SliderNavigationBulletElementTypeFactory.php
|
|
78
|
-
slider-navigation,Navigation,SliderNavigationElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,SliderNavigationElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderNavigation/SliderNavigationElementTypeFactory.php
|
|
79
|
-
slider-slide,Slide,SliderSlideElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,SliderSlideElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderSlides/SliderSlide/SliderSlideElementTypeFactory.php
|
|
80
|
-
slider-slides,Slides,SliderSlidesElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,SliderSlidesElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderSlides/SliderSlidesElementTypeFactory.php
|
|
81
|
-
tabs-loop-tab-panes,Tabs loop tab panes,TabLoopTabPanesElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabLoopTabPanesElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsContent/LoopTabPanes/TabLoopTabPanesElementTypeFactory.php
|
|
82
|
-
tabs-tab-pane,Tabs tab pane,TabPaneElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,TabPaneElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsContent/TabPane/TabPaneElementTypeFactory.php
|
|
83
|
-
tabs-content,Tabs content,TabsContentElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabsContentElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsContent/TabsContentElementTypeFactory.php
|
|
84
|
-
tabs,Tabs,TabsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabsElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsElementTypeFactory.php
|
|
85
|
-
tabs-loop-tabs,Loop tabs,TabLoopTabsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabLoopTabsElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsMenu/LoopTabs/TabLoopTabsElementTypeFactory.php
|
|
86
|
-
tabs-tab,Tab,TabElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,TabElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsMenu/Tab/TabElementTypeFactory.php
|
|
87
|
-
tabs-menu,Tabs menu,TabsMenuElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabsMenuElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsMenu/TabsMenuElementTypeFactory.php
|
|
88
|
-
component-root,Component root element,ComponentRootElementTypeFactory,RootElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Root/Component/ComponentRootElementTypeFactory.php
|
|
89
|
-
master-root,Master root element,MasterRootElementTypeFactory,RootElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Root/Master/MasterRootElementTypeFactory.php
|
|
90
|
-
styleguide-root,External style root element,StyleGuideRootElementTypeFactory,RootElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Root/StyleGuide/StyleGuideRootElementTypeFactory.php
|
|
91
|
-
styleguide-a,,SGAElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGAElementMResourceData,Mosaic/NodeTypes/SG/SGA/SGAElementTypeFactory.php
|
|
92
|
-
styleguide-entry-content-button,Entry button,SGEntryContentButtonElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,SGEntryContentButtonElementVariationsConst::FillButtonElementClassID,SGEntryContentButtonElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentButton/SGEntryContentButtonElementTypeFactory.php
|
|
93
|
-
styleguide-entry-content-code,Entry code,SGEntryContentCodeElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentCodeElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentCode/SGEntryContentCodeElementTypeFactory.php
|
|
94
|
-
styleguide-entry-content,Post content,SGEntryContentElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,SGEntryContentElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentElementTypeFactory.php
|
|
95
|
-
styleguide-entry-content-image-caption,Image caption,SGEntryContentImageCaptionElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentImageCaptionElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentImage/SGEntryContentImageCaption/SGEntryContentImageCaptionElementTypeFactory.php
|
|
96
|
-
styleguide-entry-content-image,Entry content image,SGEntryContentImageElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentImageElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentImage/SGEntryContentImageElementTypeFactory.php
|
|
97
|
-
styleguide-entry-content-image-img,Image,SGEntryContentImageImgElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentImageImgElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentImage/SGEntryContentImageImg/SGEntryContentImageImgElementTypeFactory.php
|
|
98
|
-
styleguide-entry-content-list,Entry content list,SGEntryContentListElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,SGEntryContentListElementVariationsConst::UnorderedListElementClassID,SGEntryContentListElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentList/SGEntryContentListElementTypeFactory.php
|
|
99
|
-
styleguide-entry-content-list-item,Entry content list item,SGEntryContentListItemElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentListItemElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentList/SGEntryContentListItem/SGEntryContentListItemElementTypeFactory.php
|
|
100
|
-
styleguide-entry-content-preformatted,Entry preformatted,SGEntryContentPreformattedElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentPreformattedElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentPreformatted/SGEntryContentPreformattedElementTypeFactory.php
|
|
101
|
-
styleguide-entry-content-pullquote-cite,Entry content pullquote cite,SGEntryContentPullQuoteCiteElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentPullQuoteCiteElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentPullQuote/SGEntryContentPullQuoteCite/SGEntryContentPullQuoteCiteElementTypeFactory.php
|
|
102
|
-
styleguide-entry-content-pullquote,Entry content pullquote,SGEntryContentPullQuoteElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentPullQuoteElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentPullQuote/SGEntryContentPullQuoteElementTypeFactory.php
|
|
103
|
-
styleguide-entry-content-pullquote-paragraph,Entry content pullquote paragraph,SGEntryContentPullQuoteParagraphElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentPullQuoteParagraphElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentPullQuote/SGEntryContentPullQuoteParagraph/SGEntryContentPullQuoteParagraphElementTypeFactory.php
|
|
104
|
-
styleguide-entry-content-quote-cite,Entry content quote cite,SGEntryContentQuoteCiteElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentQuoteCiteElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentQuote/SGEntryContentQuoteCite/SGEntryContentQuoteCiteElementTypeFactory.php
|
|
105
|
-
styleguide-entry-content-text-quote,Entry content quote,SGEntryContentQuoteElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentQuoteElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentQuote/SGEntryContentQuoteElementTypeFactory.php
|
|
106
|
-
styleguide-entry-content-separator,Entry separator,SGEntryContentSeparatorElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,SGEntryContentSeparatorElementVariationsConst::DefaultSeparatorElementClassID,SGEntryContentSeparatorElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentSeparator/SGEntryContentSeparatorElementTypeFactory.php
|
|
107
|
-
styleguide-entry-content-text,Entry text,SGEntryContentTextElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,SGEntryContentElementVariationsConst::EntryH1ElementClassID,SGEntryContentTextElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentText/SGEntryContentTextElementTypeFactory.php
|
|
108
|
-
styleguide-entry-content-verse,Entry verse,SGEntryContentVerseElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentVerseElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentVerse/SGEntryContentVerseElementTypeFactory.php
|
|
109
|
-
section,Section,SectionElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,SectionElementMResourceData,Mosaic/NodeTypes/Section/SectionElementTypeFactory.php
|
|
110
|
-
template-external,Template,TemplateExternalElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,TemplateExternalElementMResourceData,Mosaic/NodeTypes/Template/TemplateExternal/TemplateExternalElementTypeFactory.php
|
|
111
|
-
template-internal,Template,TemplateInternalElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,TemplateInternalElementMResourceData,Mosaic/NodeTypes/Template/TemplateInternal/TemplateInternalElementTypeFactory.php
|
|
112
|
-
text,Text,TextElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,TextElementVariationsConst::DivElementClassID,TextElementMResourceData,Mosaic/NodeTypes/Text/TextElementTypeFactory.php
|
|
113
|
-
__unknown,Unknown,UnknownElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Unknown/UnknownElementTypeFactory.php
|
|
114
|
-
video,Video,VideoElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,VideoElementMResourceData,Mosaic/NodeTypes/Video/VideoElementTypeFactory.php
|
|
115
|
-
vimeo,,VimeoElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,VimeoElementMResourceData,Mosaic/NodeTypes/Vimeo/VimeoElementTypeFactory.php
|
|
116
|
-
wpContent,Post content,WPContentElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WPContentElementMResourceData,Mosaic/NodeTypes/WPContent/WPContentElementTypeFactory.php
|
|
117
|
-
wpShortcode,Shortcode,WPShortcodeElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WPShortcodeElementMResourceData,Mosaic/NodeTypes/WPShortcode/WPShortcodeElementTypeFactory.php
|
|
118
|
-
wysiwyg-linebreak,Line break node,WysiwygLineBreakNodeTypeFactory,NodeTypeFactoryAbstract,no,free,,,,,WysiwygLineBreakNodeMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygLineBreak/WysiwygLineBreakNodeTypeFactory.php
|
|
119
|
-
wysiwyg-link,Text node,WysiwygLinkElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WysiwygLinkElementMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygLink/WysiwygLinkElementTypeFactory.php
|
|
120
|
-
wysiwyg-span,Span node,WysiwygSpanElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WysiwygSpanElementMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygSpan/WysiwygSpanElementTypeFactory.php
|
|
121
|
-
wysiwyg-text,Text node,WysiwygTextNodeTypeFactory,NodeTypeFactoryAbstract,no,free,,,,,WysiwygTextNodeMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygText/WysiwygTextNodeTypeFactory.php
|
|
122
|
-
wysiwyg-variable,Variable node,WysiwygVariableNodeTypeFactory,NodeTypeFactoryAbstract,no,free,,,,,WysiwygVariableNodeMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygVariable/WysiwygVariableNodeTypeFactory.php
|
|
123
|
-
youtube,,YouTubeElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,YouTubeElementMResourceData,Mosaic/NodeTypes/YouTube/YouTubeElementTypeFactory.php
|
|
1
|
+
type,label,class,extends,abstract,edition,alias_types,is_link,can_be_parent,default_element_class,data_class,file
|
|
2
|
+
accordion,Accordion,AccordionElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,AccordionElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionElementTypeFactory.php
|
|
3
|
+
accordion-content,Accordion Content,AccordionContentElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,AccordionContentElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionItem/AccordionContent/AccordionContentElementTypeFactory.php
|
|
4
|
+
accordion-item,Item,AccordionItemElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,AccordionItemElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionItem/AccordionItemElementTypeFactory.php
|
|
5
|
+
accordion-title,Accordion title,AccordionTitleElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,AccordionTitleElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionItem/AccordionTitle/AccordionTitleElementTypeFactory.php
|
|
6
|
+
accordion-loop-items,Loop items,AccordionLoopItemsElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,AccordionLoopItemsElementMResourceData,Mosaic/NodeTypes/Accordion/AccordionLoopItems/AccordionLoopItemsElementTypeFactory.php
|
|
7
|
+
button,Button,ButtonElementTypeFactory,ElementTypeFactoryAbstract,no,free,button-advanced,true,true,ButtonElementVariationsConst::ButtonElementClassID,ButtonElementMResourceData,Mosaic/NodeTypes/Button/ButtonElementTypeFactory.php
|
|
8
|
+
component-instance,Instance,ComponentInstanceElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,ComponentInstanceElementMResourceData,Mosaic/NodeTypes/Component/ComponentInstance/ComponentInstanceElementTypeFactory.php
|
|
9
|
+
component-external,Component external,ComponentExternalElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,ComponentExternalElementMResourceData,Mosaic/NodeTypes/Component/Component/ComponentExternal/ComponentExternalElementTypeFactory.php
|
|
10
|
+
component-internal,Component,ComponentInternalElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,ComponentInternalElementMResourceData,Mosaic/NodeTypes/Component/Component/ComponentInternal/ComponentInternalElementTypeFactory.php
|
|
11
|
+
div,,DivElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,DivElementVariationsConst::DivElementClassID,DivElementMResourceData,Mosaic/NodeTypes/Div/DivElementTypeFactory.php
|
|
12
|
+
body,,BodyElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,BodyElementMResourceData,Mosaic/NodeTypes/Document/Body/BodyElementTypeFactory.php
|
|
13
|
+
document,Document,DocumentElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,DocumentElementMResourceData,Mosaic/NodeTypes/Document/DocumentElementTypeFactory.php
|
|
14
|
+
googlemaps,Google Maps,GoogleMapsElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,GoogleMapsElementMResourceData,Mosaic/NodeTypes/GoogleMaps/GoogleMapsElementTypeFactory.php
|
|
15
|
+
icon,Icon,IconElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,IconElementVariationsConst::IconElementClassID,IconElementMResourceData,Mosaic/NodeTypes/Icon/IconElementTypeFactory.php
|
|
16
|
+
image,Image,ImageElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,ImageElementMResourceData,Mosaic/NodeTypes/Image/ImageElementTypeFactory.php
|
|
17
|
+
list,List,ListElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,ListElementVariationsConst::ListElementClassID,ListElementMResourceData,Mosaic/NodeTypes/ListElement/ListElementTypeFactory.php
|
|
18
|
+
list-item,Item,ListItemElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,ListItemElementMResourceData,Mosaic/NodeTypes/ListElement/ListItem/ListItemElementTypeFactory.php
|
|
19
|
+
list-loop-items,Loop items,ListLoopItemsElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,ListLoopItemsElementMResourceData,Mosaic/NodeTypes/ListElement/ListLoopItems/ListLoopItemsElementTypeFactory.php
|
|
20
|
+
loop,Loop,LoopElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,LoopElementMResourceData,Mosaic/NodeTypes/Loop/LoopElementTypeFactory.php
|
|
21
|
+
loop-item,Item,LoopItemElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,LoopItemElementMResourceData,Mosaic/NodeTypes/Loop/LoopItems/LoopItem/LoopItemElementTypeFactory.php
|
|
22
|
+
loop-items,Items,LoopItemsElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,LoopItemsElementMResourceData,Mosaic/NodeTypes/Loop/LoopItems/LoopItemsElementTypeFactory.php
|
|
23
|
+
loop-no-result,No result,LoopNoResultElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,LoopNoResultElementMResourceData,Mosaic/NodeTypes/Loop/LoopNoResult/LoopNoResultElementTypeFactory.php
|
|
24
|
+
loop-pagination-button-next,Next button,LoopPaginationButtonNextElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,,Mosaic/NodeTypes/Loop/LoopPagination/Button/ButtonNext/LoopPaginationButtonNextElementTypeFactory.php
|
|
25
|
+
loop-pagination-button-previous,Previous button,LoopPaginationButtonPreviousElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,,Mosaic/NodeTypes/Loop/LoopPagination/Button/ButtonPrevious/LoopPaginationButtonPreviousElementTypeFactory.php
|
|
26
|
+
loop-pagination,Pagination,LoopPaginationElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,LoopPaginationElementMResourceData,Mosaic/NodeTypes/Loop/LoopPagination/LoopPaginationElementTypeFactory.php
|
|
27
|
+
loop-pagination-numbers,Numbers,LoopPaginationNumbersElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,LoopPaginationNumbersElementMResourceData,Mosaic/NodeTypes/Loop/LoopPagination/Numbers/LoopPaginationNumbersElementTypeFactory.php
|
|
28
|
+
loop-pagination-number,Number,LoopPaginationNumberElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,,,LoopPaginationNumberElementMResourceData,Mosaic/NodeTypes/Loop/LoopPagination/Numbers/Number/LoopPaginationNumberElementTypeFactory.php
|
|
29
|
+
dropdown-toggle,Dropdown toggle,DropdownToggleElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,DropdownToggleElementMResourceData,Mosaic/NodeTypes/Menu/Dropdown/DropdownToggle/DropdownToggleElementTypeFactory.php
|
|
30
|
+
dropdown-wide,Dropdown wide,DropdownWideElementTypeFactory,DropdownElementTypeFactoryAbstract,no,free,,,,,DropdownWideElementMResourceData,Mosaic/NodeTypes/Menu/Dropdown/DropdownWide/DropdownWideElementTypeFactory.php
|
|
31
|
+
dropdown-wrapper-wide,Dropdown wrapper wide,DropdownWrapperWideElementTypeFactory,DropdownWrapperElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Menu/Dropdown/DropdownWide/DropdownWrapperWide/DropdownWrapperWideElementTypeFactory.php
|
|
32
|
+
dropdown,Dropdown,DropdownElementTypeFactory,DropdownElementTypeFactoryAbstract,no,free,,,,,DropdownElementMResourceData,Mosaic/NodeTypes/Menu/Dropdown/Dropdown/DropdownElementTypeFactory.php
|
|
33
|
+
dropdown-wrapper,Dropdown wrapper,DropdownWrapperElementTypeFactory,DropdownWrapperElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Menu/Dropdown/Dropdown/DropdownWrapper/DropdownWrapperElementTypeFactory.php
|
|
34
|
+
menu,Menu,MenuElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,MenuElementMResourceData,Mosaic/NodeTypes/Menu/MenuElementTypeFactory.php
|
|
35
|
+
menu-link,Menu link,MenuLinkElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,MenuLinkElementMResourceData,Mosaic/NodeTypes/Menu/MenuLink/MenuLinkElementTypeFactory.php
|
|
36
|
+
wp-menu,WP Menu,WPMenuElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WPMenuElementMResourceData,Mosaic/NodeTypes/Menu/WPMenu/WPMenuElementTypeFactory.php
|
|
37
|
+
navbar,Navbar,NavbarElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,NavbarElementMResourceData,Mosaic/NodeTypes/Navbar/NavbarElementTypeFactory.php
|
|
38
|
+
navbar-toggle,Mobile menu toggle,NavbarToggleElementTypeFactory,ElementTypeFactoryAbstract,no,free,,true,true,,NavbarToggleElementMResourceData,Mosaic/NodeTypes/Navbar/NavbarToggle/NavbarToggleElementTypeFactory.php
|
|
39
|
+
navigation,Navigation,NavigationElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,NavigationElementMResourceData,Mosaic/NodeTypes/Navbar/Navigation/NavigationElementTypeFactory.php
|
|
40
|
+
code,Code,CodeElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,CodeElementMResourceData,Mosaic/NodeTypes/Pro/Code/CodeElementTypeFactory.php
|
|
41
|
+
form-wrapper,Form,FormWrapperElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,FormWrapperElementMResourceData,Mosaic/NodeTypes/Pro/Form/FormWrapperElementTypeFactory.php
|
|
42
|
+
form,Form,FormElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,FormElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/FormElementTypeFactory.php
|
|
43
|
+
checkbox-input,Checkbox input,CheckboxInputElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,CheckboxInputElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Checkbox/CheckboxInput/CheckboxInputElementTypeFactory.php
|
|
44
|
+
choice-field,Choice field,ChoiceFieldElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,ChoiceFieldElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/ChoiceField/ChoiceFieldElementTypeFactory.php
|
|
45
|
+
choice-content,Content,ChoiceContentElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,ChoiceContentElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/ChoiceField/Content/ChoiceContentElementTypeFactory.php
|
|
46
|
+
choice-legend,Legend,ChoiceLegendElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,ChoiceLegendElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/ChoiceField/Legend/ChoiceLegendElementTypeFactory.php
|
|
47
|
+
choice,Choice,ChoiceElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,ChoiceElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Choice/ChoiceElementTypeFactory.php
|
|
48
|
+
choice-label,Choice label,ChoiceLabelElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,ChoiceLabelElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Choice/ChoiceLabel/ChoiceLabelElementTypeFactory.php
|
|
49
|
+
fieldset,Field set,FieldSetElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,FieldSetElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/FieldSet/FieldSetElementTypeFactory.php
|
|
50
|
+
field,Field,FieldElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,FieldElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Field/FieldElementTypeFactory.php
|
|
51
|
+
fileupload-input,File upload,FileUploadElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,FileUploadElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/FileUpload/FileUploadElementTypeFactory.php
|
|
52
|
+
form-error,Error message,FormErrorElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,FormErrorElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/FormError/FormErrorElementTypeFactory.php
|
|
53
|
+
hidden-input,Hidden input,HiddenInputElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,HiddenInputElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/HiddenInput/HiddenInputElementTypeFactory.php
|
|
54
|
+
text-input,Input,InputTextElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,InputTextElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/InputText/InputTextElementTypeFactory.php
|
|
55
|
+
label,Label,LabelElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,LabelElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Label/LabelElementTypeFactory.php
|
|
56
|
+
multi-steps-back-button,Back button,FormStepButtonBackElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,true,,,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Forms/FormStep/Button/ButtonStepBack/FormStepButtonBackElementTypeFactory.php
|
|
57
|
+
multi-steps-next-button,Next button,FormStepButtonNextElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,true,,,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Forms/FormStep/Button/ButtonStepNext/FormStepButtonNextElementTypeFactory.php
|
|
58
|
+
multi-steps-form-step,Form step,FormStepElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,FormStepElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Forms/FormStep/FormStepElementTypeFactory.php
|
|
59
|
+
multi-steps-forms,Forms,FormsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,FormsElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Forms/FormsElementTypeFactory.php
|
|
60
|
+
form-multi-steps,Multi step,MultiStepsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,MultiStepsElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/MultiStepsElementTypeFactory.php
|
|
61
|
+
form-multi-steps-step,Step,StepElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,true,,StepElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Steps/Step/StepElementTypeFactory.php
|
|
62
|
+
form-multi-steps-steps,Steps,StepsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,StepsElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/MultiSteps/Steps/StepsElementTypeFactory.php
|
|
63
|
+
radio-input,Radio input,RadioInputElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,RadioInputElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Radio/RadioInput/RadioInputElementTypeFactory.php
|
|
64
|
+
recaptcha,reCAPTCHA,RecaptchaElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,RecaptchaElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Recaptcha/RecaptchaElementTypeFactory.php
|
|
65
|
+
select-option,Option,OptionElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,OptionElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Select/Option/OptionElementTypeFactory.php
|
|
66
|
+
select-input,Select,SelectElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SelectElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Select/SelectElementTypeFactory.php
|
|
67
|
+
submit-label,Submit label,SubmitLabelElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SubmitLabelElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/SubmitButton/Label/SubmitLabelElementTypeFactory.php
|
|
68
|
+
submit-loading,Submit loading,SubmitLoadingElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SubmitLoadingElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/SubmitButton/Loading/SubmitLoadingElementTypeFactory.php
|
|
69
|
+
submit-button,Submit,SubmitButtonElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SubmitButtonElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/SubmitButton/SubmitButtonElementTypeFactory.php
|
|
70
|
+
textarea-input,Text area,TextAreaElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,TextAreaElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/TextArea/TextAreaElementTypeFactory.php
|
|
71
|
+
turnstile,Turnstile,TurnstileElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TurnstileElementMResourceData,Mosaic/NodeTypes/Pro/Form/Form/MElements/Turnstile/TurnstileElementTypeFactory.php
|
|
72
|
+
success-screen,Success screen,SuccessScreenElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,SuccessScreenElementMResourceData,Mosaic/NodeTypes/Pro/Form/SuccessScreen/SuccessScreenElementTypeFactory.php
|
|
73
|
+
slider-arrow-left,Slider arrow left,SliderArrowLeftElementTypeFactory,SliderArrowElementTypeFactoryAbstract,no,pro,,,,,,Mosaic/NodeTypes/Pro/Slider/SliderArrow/SliderArrowLeft/SliderArrowLeftElementTypeFactory.php
|
|
74
|
+
slider-arrow-right,Slider arrow right,SliderArrowRightMElementTypeFactory,SliderArrowElementTypeFactoryAbstract,no,pro,,,,,,Mosaic/NodeTypes/Pro/Slider/SliderArrow/SliderArrowRight/SliderArrowRightMElementTypeFactory.php
|
|
75
|
+
slider,Slider,SliderElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,SliderElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderElementTypeFactory.php
|
|
76
|
+
slider-loop-slides,Loop slides,SliderLoopSlidesElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,SliderLoopSlidesElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderLoopSlides/SliderLoopSlidesElementTypeFactory.php
|
|
77
|
+
slider-navigation-bullet,Bullet,SliderNavigationBulletElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,true,,,SliderNavigationBulletElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderNavigation/SliderNavigationBullet/SliderNavigationBulletElementTypeFactory.php
|
|
78
|
+
slider-navigation,Navigation,SliderNavigationElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,SliderNavigationElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderNavigation/SliderNavigationElementTypeFactory.php
|
|
79
|
+
slider-slide,Slide,SliderSlideElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,SliderSlideElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderSlides/SliderSlide/SliderSlideElementTypeFactory.php
|
|
80
|
+
slider-slides,Slides,SliderSlidesElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,SliderSlidesElementMResourceData,Mosaic/NodeTypes/Pro/Slider/SliderSlides/SliderSlidesElementTypeFactory.php
|
|
81
|
+
tabs-loop-tab-panes,Tabs loop tab panes,TabLoopTabPanesElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabLoopTabPanesElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsContent/LoopTabPanes/TabLoopTabPanesElementTypeFactory.php
|
|
82
|
+
tabs-tab-pane,Tabs tab pane,TabPaneElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,TabPaneElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsContent/TabPane/TabPaneElementTypeFactory.php
|
|
83
|
+
tabs-content,Tabs content,TabsContentElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabsContentElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsContent/TabsContentElementTypeFactory.php
|
|
84
|
+
tabs,Tabs,TabsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabsElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsElementTypeFactory.php
|
|
85
|
+
tabs-loop-tabs,Loop tabs,TabLoopTabsElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabLoopTabsElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsMenu/LoopTabs/TabLoopTabsElementTypeFactory.php
|
|
86
|
+
tabs-tab,Tab,TabElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,true,,TabElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsMenu/Tab/TabElementTypeFactory.php
|
|
87
|
+
tabs-menu,Tabs menu,TabsMenuElementTypeFactory,ElementTypeFactoryAbstract,no,pro,,,,,TabsMenuElementMResourceData,Mosaic/NodeTypes/Pro/Tabs/TabsMenu/TabsMenuElementTypeFactory.php
|
|
88
|
+
component-root,Component root element,ComponentRootElementTypeFactory,RootElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Root/Component/ComponentRootElementTypeFactory.php
|
|
89
|
+
master-root,Master root element,MasterRootElementTypeFactory,RootElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Root/Master/MasterRootElementTypeFactory.php
|
|
90
|
+
styleguide-root,External style root element,StyleGuideRootElementTypeFactory,RootElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Root/StyleGuide/StyleGuideRootElementTypeFactory.php
|
|
91
|
+
styleguide-a,,SGAElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGAElementMResourceData,Mosaic/NodeTypes/SG/SGA/SGAElementTypeFactory.php
|
|
92
|
+
styleguide-entry-content-button,Entry button,SGEntryContentButtonElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,SGEntryContentButtonElementVariationsConst::FillButtonElementClassID,SGEntryContentButtonElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentButton/SGEntryContentButtonElementTypeFactory.php
|
|
93
|
+
styleguide-entry-content-code,Entry code,SGEntryContentCodeElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentCodeElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentCode/SGEntryContentCodeElementTypeFactory.php
|
|
94
|
+
styleguide-entry-content,Post content,SGEntryContentElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,SGEntryContentElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentElementTypeFactory.php
|
|
95
|
+
styleguide-entry-content-image-caption,Image caption,SGEntryContentImageCaptionElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentImageCaptionElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentImage/SGEntryContentImageCaption/SGEntryContentImageCaptionElementTypeFactory.php
|
|
96
|
+
styleguide-entry-content-image,Entry content image,SGEntryContentImageElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentImageElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentImage/SGEntryContentImageElementTypeFactory.php
|
|
97
|
+
styleguide-entry-content-image-img,Image,SGEntryContentImageImgElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentImageImgElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentImage/SGEntryContentImageImg/SGEntryContentImageImgElementTypeFactory.php
|
|
98
|
+
styleguide-entry-content-list,Entry content list,SGEntryContentListElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,SGEntryContentListElementVariationsConst::UnorderedListElementClassID,SGEntryContentListElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentList/SGEntryContentListElementTypeFactory.php
|
|
99
|
+
styleguide-entry-content-list-item,Entry content list item,SGEntryContentListItemElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentListItemElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentList/SGEntryContentListItem/SGEntryContentListItemElementTypeFactory.php
|
|
100
|
+
styleguide-entry-content-preformatted,Entry preformatted,SGEntryContentPreformattedElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentPreformattedElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentPreformatted/SGEntryContentPreformattedElementTypeFactory.php
|
|
101
|
+
styleguide-entry-content-pullquote-cite,Entry content pullquote cite,SGEntryContentPullQuoteCiteElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentPullQuoteCiteElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentPullQuote/SGEntryContentPullQuoteCite/SGEntryContentPullQuoteCiteElementTypeFactory.php
|
|
102
|
+
styleguide-entry-content-pullquote,Entry content pullquote,SGEntryContentPullQuoteElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentPullQuoteElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentPullQuote/SGEntryContentPullQuoteElementTypeFactory.php
|
|
103
|
+
styleguide-entry-content-pullquote-paragraph,Entry content pullquote paragraph,SGEntryContentPullQuoteParagraphElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentPullQuoteParagraphElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentPullQuote/SGEntryContentPullQuoteParagraph/SGEntryContentPullQuoteParagraphElementTypeFactory.php
|
|
104
|
+
styleguide-entry-content-quote-cite,Entry content quote cite,SGEntryContentQuoteCiteElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentQuoteCiteElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentQuote/SGEntryContentQuoteCite/SGEntryContentQuoteCiteElementTypeFactory.php
|
|
105
|
+
styleguide-entry-content-text-quote,Entry content quote,SGEntryContentQuoteElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentQuoteElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentQuote/SGEntryContentQuoteElementTypeFactory.php
|
|
106
|
+
styleguide-entry-content-separator,Entry separator,SGEntryContentSeparatorElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,SGEntryContentSeparatorElementVariationsConst::DefaultSeparatorElementClassID,SGEntryContentSeparatorElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentSeparator/SGEntryContentSeparatorElementTypeFactory.php
|
|
107
|
+
styleguide-entry-content-text,Entry text,SGEntryContentTextElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,SGEntryContentElementVariationsConst::EntryH1ElementClassID,SGEntryContentTextElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentText/SGEntryContentTextElementTypeFactory.php
|
|
108
|
+
styleguide-entry-content-verse,Entry verse,SGEntryContentVerseElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,SGEntryContentVerseElementMResourceData,Mosaic/NodeTypes/SG/SGEntryContent/SGEntryContentVerse/SGEntryContentVerseElementTypeFactory.php
|
|
109
|
+
section,Section,SectionElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,SectionElementMResourceData,Mosaic/NodeTypes/Section/SectionElementTypeFactory.php
|
|
110
|
+
template-external,Template,TemplateExternalElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,TemplateExternalElementMResourceData,Mosaic/NodeTypes/Template/TemplateExternal/TemplateExternalElementTypeFactory.php
|
|
111
|
+
template-internal,Template,TemplateInternalElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,true,,TemplateInternalElementMResourceData,Mosaic/NodeTypes/Template/TemplateInternal/TemplateInternalElementTypeFactory.php
|
|
112
|
+
text,Text,TextElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,TextElementVariationsConst::DivElementClassID,TextElementMResourceData,Mosaic/NodeTypes/Text/TextElementTypeFactory.php
|
|
113
|
+
__unknown,Unknown,UnknownElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,,Mosaic/NodeTypes/Unknown/UnknownElementTypeFactory.php
|
|
114
|
+
video,Video,VideoElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,VideoElementMResourceData,Mosaic/NodeTypes/Video/VideoElementTypeFactory.php
|
|
115
|
+
vimeo,,VimeoElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,VimeoElementMResourceData,Mosaic/NodeTypes/Vimeo/VimeoElementTypeFactory.php
|
|
116
|
+
wpContent,Post content,WPContentElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WPContentElementMResourceData,Mosaic/NodeTypes/WPContent/WPContentElementTypeFactory.php
|
|
117
|
+
wpShortcode,Shortcode,WPShortcodeElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WPShortcodeElementMResourceData,Mosaic/NodeTypes/WPShortcode/WPShortcodeElementTypeFactory.php
|
|
118
|
+
wysiwyg-linebreak,Line break node,WysiwygLineBreakNodeTypeFactory,NodeTypeFactoryAbstract,no,free,,,,,WysiwygLineBreakNodeMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygLineBreak/WysiwygLineBreakNodeTypeFactory.php
|
|
119
|
+
wysiwyg-link,Text node,WysiwygLinkElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WysiwygLinkElementMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygLink/WysiwygLinkElementTypeFactory.php
|
|
120
|
+
wysiwyg-span,Span node,WysiwygSpanElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,WysiwygSpanElementMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygSpan/WysiwygSpanElementTypeFactory.php
|
|
121
|
+
wysiwyg-text,Text node,WysiwygTextNodeTypeFactory,NodeTypeFactoryAbstract,no,free,,,,,WysiwygTextNodeMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygText/WysiwygTextNodeTypeFactory.php
|
|
122
|
+
wysiwyg-variable,Variable node,WysiwygVariableNodeTypeFactory,NodeTypeFactoryAbstract,no,free,,,,,WysiwygVariableNodeMResourceData,Mosaic/NodeTypes/Wysiwyg/WysiwygVariable/WysiwygVariableNodeTypeFactory.php
|
|
123
|
+
youtube,,YouTubeElementTypeFactory,ElementTypeFactoryAbstract,no,free,,,,,YouTubeElementMResourceData,Mosaic/NodeTypes/YouTube/YouTubeElementTypeFactory.php
|
|
@@ -1,123 +1,123 @@
|
|
|
1
|
-
type,outcome,rendered_tag,rendered_classes,text_echoed,page_bytes,detail
|
|
2
|
-
accordion,COMMITTED,,,,26486,
|
|
3
|
-
accordion-content,BROKE_PAGE,,,,47,AccordionItemElementMResource instance required
|
|
4
|
-
accordion-item,BROKE_PAGE,,,,43,AccordionElementMResource instance required
|
|
5
|
-
accordion-title,COMMITTED,,,,2645,
|
|
6
|
-
accordion-loop-items,COMMITTED,,,,26640,
|
|
7
|
-
button,RENDERED,span,M_EL3 M_EL_Button,yes,26716,
|
|
8
|
-
component-instance,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
9
|
-
component-external,COMMITTED,,,,26264,
|
|
10
|
-
component-internal,COMMITTED,,,,26264,
|
|
11
|
-
div,RENDERED,div,M_EL4 M_EL_Div,,26689,
|
|
12
|
-
body,COMMITTED,,,,26640,
|
|
13
|
-
document,COMMIT_502,,,,,PHP fatal / gateway error during commit
|
|
14
|
-
googlemaps,COMMITTED,,,,26264,
|
|
15
|
-
icon,RENDERED,svg,M_EL4 M_EL_Icon,,27554,
|
|
16
|
-
image,COMMITTED,,,,26640,
|
|
17
|
-
list,COMMITTED,,,,26264,
|
|
18
|
-
list-item,RENDERED,li,M_EL4 M_EL_ListItem,,26321,
|
|
19
|
-
list-loop-items,COMMITTED,,,,26640,
|
|
20
|
-
loop,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
21
|
-
loop-item,RENDERED,div,M_EL4 M_EL_LoopItem M_Interaction_Jail,,26721,
|
|
22
|
-
loop-items,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
23
|
-
loop-no-result,RENDERED,div,M_EL4 M_EL_LoopNoResult,,26334,
|
|
24
|
-
loop-pagination-button-next,COMMITTED,,,,2645,
|
|
25
|
-
loop-pagination-button-previous,COMMITTED,,,,2645,
|
|
26
|
-
loop-pagination,COMMITTED,,,,2645,
|
|
27
|
-
loop-pagination-numbers,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
28
|
-
loop-pagination-number,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
29
|
-
dropdown-toggle,RENDERED,div,M_EL4 M_EL_DropdownToggle,,26406,
|
|
30
|
-
dropdown-wide,RENDERED,mosaic-dropdown,M_EL4 M_EL_Dropdown dropdown-mode M_EL_DropdownWide,,27252,
|
|
31
|
-
dropdown-wrapper-wide,RENDERED,mosaic-dropdown-wrapper,M_EL4 M_EL_DropdownWrapper M_EL_DropdownWrapperWide,,26786,
|
|
32
|
-
dropdown,RENDERED,mosaic-dropdown,M_EL4 M_EL_Dropdown dropdown-mode M_EL_DropdownNarrow,,26905,
|
|
33
|
-
dropdown-wrapper,RENDERED,mosaic-dropdown-wrapper,M_EL4 M_EL_DropdownWrapper M_EL_DropdownWrapperNarrow,,26405,
|
|
34
|
-
menu,RENDERED,nav,M_EL4 M_EL_Menu,,26690,
|
|
35
|
-
menu-link,RENDERED,span,M_EL4 M_EL_MenuLink,yes,26346,
|
|
36
|
-
wp-menu,COMMITTED,,,,26264,
|
|
37
|
-
navbar,RENDERED,mosaic-navbar,M_EL4 M_EL_Navbar,,26984,
|
|
38
|
-
navbar-toggle,RENDERED,mosaic-navbar-toggle,M_EL4 M_EL_NavbarToggle,,26459,
|
|
39
|
-
navigation,RENDERED,nav,M_EL4 M_EL_Navigation,,26327,
|
|
40
|
-
code,RENDERED,div,M_EL4 M_EL_Code,,26340,
|
|
41
|
-
form-wrapper,RENDERED,mosaic-form-wrapper,M_EL4 M_EL_FormWrapper,,27512,
|
|
42
|
-
form,RENDERED,form,M_EL4 M_EL_Form,,26758,
|
|
43
|
-
checkbox-input,BROKE_PAGE,,,,51,A choice input must be placed inside a ChoiceField.
|
|
44
|
-
choice-field,RENDERED,fieldset,M_EL4 M_EL_ChoiceField,,26477,
|
|
45
|
-
choice-content,RENDERED,div,M_EL4 M_EL_ChoiceContent,,26334,
|
|
46
|
-
choice-legend,RENDERED,div,M_EL4 M_EL_ChoiceLegend M_EL_WYSIWYG,,26756,
|
|
47
|
-
choice,RENDERED,label,M_EL4 M_EL_Choice,,26322,
|
|
48
|
-
choice-label,RENDERED,span,M_EL4 M_EL_ChoiceLabel M_EL_WYSIWYG,,26345,
|
|
49
|
-
fieldset,RENDERED,fieldset,M_EL4 M_EL_FieldSet,,26475,
|
|
50
|
-
field,RENDERED,div,M_EL4 M_EL_Field,,26317,
|
|
51
|
-
fileupload-input,RENDERED,input,M_EL4 M_EL_FileUpload,,26383,
|
|
52
|
-
form-error,RENDERED,div,M_EL4 M_EL_FormError,,26743,
|
|
53
|
-
hidden-input,COMMITTED,,,,26264,
|
|
54
|
-
text-input,RENDERED,input,M_EL4 M_EL_InputText,,26342,
|
|
55
|
-
label,RENDERED,label,M_EL4 M_EL_Label M_EL_WYSIWYG,yes,26728,
|
|
56
|
-
multi-steps-back-button,RENDERED,a,M_EL4 M_EL_FormStepButtonBack M_EL_FormStepButton,,27826,
|
|
57
|
-
multi-steps-next-button,RENDERED,a,M_EL4 M_EL_FormStepButtonNext M_EL_FormStepButton,,27847,
|
|
58
|
-
multi-steps-form-step,COMMITTED,,,,2645,
|
|
59
|
-
multi-steps-forms,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
60
|
-
form-multi-steps,RENDERED,div,M_EL4 M_EL_MultiSteps,,28206,
|
|
61
|
-
form-multi-steps-step,RENDERED,div,M_EL4 M_EL_Step,,28276,
|
|
62
|
-
form-multi-steps-steps,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
63
|
-
radio-input,BROKE_PAGE,,,,51,A choice input must be placed inside a ChoiceField.
|
|
64
|
-
recaptcha,COMMITTED,,,,26264,
|
|
65
|
-
select-option,RENDERED,option,M_EL4 M_EL_SelectOption,,26720,
|
|
66
|
-
select-input,RENDERED,select,M_EL4 M_EL_Select,,26340,
|
|
67
|
-
submit-label,RENDERED,span,M_EL4 M_EL_SubmitLabel,yes,26355,
|
|
68
|
-
submit-loading,COMMITTED,,,,26265,
|
|
69
|
-
submit-button,RENDERED,button,M_EL4 M_EL_SubmitButton,,26397,
|
|
70
|
-
textarea-input,RENDERED,textarea,M_EL4 M_EL_TextArea,,26338,
|
|
71
|
-
turnstile,COMMITTED,,,,26640,
|
|
72
|
-
success-screen,RENDERED,div,M_EL4 M_EL_SuccessScreen,,26388,
|
|
73
|
-
slider-arrow-left,RENDERED,mosaic-slider-arrow-left,M_EL4 M_EL_SliderArrowLeft M_EL_SliderArrow,,26454,
|
|
74
|
-
slider-arrow-right,RENDERED,mosaic-slider-arrow-right,M_EL4 M_EL_SliderArrowRight M_EL_SliderArrow,,26454,
|
|
75
|
-
slider,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
76
|
-
slider-loop-slides,COMMITTED,,,,26641,
|
|
77
|
-
slider-navigation-bullet,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
78
|
-
slider-navigation,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
79
|
-
slider-slide,BROKE_PAGE,,,,46,SliderSlidesElementMResource instance required
|
|
80
|
-
slider-slides,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
81
|
-
tabs-loop-tab-panes,COMMITTED,,,,26263,
|
|
82
|
-
tabs-tab-pane,COMMITTED,,,,26640,
|
|
83
|
-
tabs-content,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
84
|
-
tabs,RENDERED,mosaic-tabs,M_EL4 M_EL_Tabs,,27417,
|
|
85
|
-
tabs-loop-tabs,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
86
|
-
tabs-tab,BROKE_PAGE,,,,74,TabsMenuElementMResource or TabLoopTabsElementMResource instance required
|
|
87
|
-
tabs-menu,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
88
|
-
component-root,COMMITTED,,,,26641,
|
|
89
|
-
master-root,COMMITTED,,,,26266,
|
|
90
|
-
styleguide-root,COMMITTED,,,,26266,
|
|
91
|
-
styleguide-a,RENDERED,a,M_EL4 M_EL_StyleguideA,,26717,
|
|
92
|
-
styleguide-entry-content-button,RENDERED,a,wp-block-button__link wp-element-button,,26415,
|
|
93
|
-
styleguide-entry-content-code,RENDERED,pre,M_EL4 wp-block-code,,26494,
|
|
94
|
-
styleguide-entry-content,RENDERED,div,M_EL4 M_EL_WPContent,,115518,
|
|
95
|
-
styleguide-entry-content-image-caption,RENDERED,figcaption,M_EL4 wp-element-caption,,26755,
|
|
96
|
-
styleguide-entry-content-image,RENDERED,figure,M_EL4 wp-block-image,,28329,
|
|
97
|
-
styleguide-entry-content-image-img,RENDERED,img,M_EL4,,28224,
|
|
98
|
-
styleguide-entry-content-list,RENDERED,ul,M_EL4 wp-block-list,,26417,
|
|
99
|
-
styleguide-entry-content-list-item,RENDERED,li,M_EL4,,26762,
|
|
100
|
-
styleguide-entry-content-preformatted,RENDERED,pre,M_EL4 wp-block-preformatted,,26546,
|
|
101
|
-
styleguide-entry-content-pullquote-cite,RENDERED,cite,M_EL4,,26363,
|
|
102
|
-
styleguide-entry-content-pullquote,RENDERED,figure,M_EL4 wp-block-pullquote,,26928,
|
|
103
|
-
styleguide-entry-content-pullquote-paragraph,RENDERED,p,M_EL4,,26442,
|
|
104
|
-
styleguide-entry-content-quote-cite,RENDERED,cite,M_EL4,,26359,
|
|
105
|
-
styleguide-entry-content-text-quote,RENDERED,blockquote,M_EL4 wp-block-quote,,26412,
|
|
106
|
-
styleguide-entry-content-separator,RENDERED,hr,M_EL4 wp-block-separator is-style-default,,26371,
|
|
107
|
-
styleguide-entry-content-text,RENDERED,h1,M_EL4,,26344,
|
|
108
|
-
styleguide-entry-content-verse,RENDERED,pre,M_EL4 wp-block-verse,,26948,
|
|
109
|
-
section,RENDERED,section,M_EL4 M_EL_Section,,26331,
|
|
110
|
-
template-external,COMMITTED,,,,26267,
|
|
111
|
-
template-internal,COMMITTED,,,,26642,
|
|
112
|
-
text,RENDERED,div,M_EL4 M_EL_Text M_EL_WYSIWYG,yes,26346,
|
|
113
|
-
__unknown,COMMITTED,,,,26644,
|
|
114
|
-
video,RENDERED,video,M_EL4 M_EL_Video,,26570,
|
|
115
|
-
vimeo,RENDERED,mosaic-vimeo,M_EL4 M_EL_Vimeo,,26862,
|
|
116
|
-
wpContent,RENDERED,div,M_EL4 M_EL_WPContent,,26327,
|
|
117
|
-
wpShortcode,RENDERED,div,M_EL4 M_EL_WPShortcode,,26719,
|
|
118
|
-
wysiwyg-linebreak,COMMITTED,,,,26271,
|
|
119
|
-
wysiwyg-link,RENDERED,span,M_EL4 M_EL_WysiwygLink,,26711,
|
|
120
|
-
wysiwyg-span,RENDERED,span,M_EL4 M_EL_WysiwygSpan,,26712,
|
|
121
|
-
wysiwyg-text,COMMITTED,,,,26267,
|
|
122
|
-
wysiwyg-variable,BROKE_PAGE,,,,54,NodeMResourceFilterFunctionInterface parent is missing
|
|
123
|
-
youtube,RENDERED,mosaic-youtube,M_EL4 M_EL_YouTube,,26954,
|
|
1
|
+
type,outcome,rendered_tag,rendered_classes,text_echoed,page_bytes,detail
|
|
2
|
+
accordion,COMMITTED,,,,26486,
|
|
3
|
+
accordion-content,BROKE_PAGE,,,,47,AccordionItemElementMResource instance required
|
|
4
|
+
accordion-item,BROKE_PAGE,,,,43,AccordionElementMResource instance required
|
|
5
|
+
accordion-title,COMMITTED,,,,2645,
|
|
6
|
+
accordion-loop-items,COMMITTED,,,,26640,
|
|
7
|
+
button,RENDERED,span,M_EL3 M_EL_Button,yes,26716,
|
|
8
|
+
component-instance,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
9
|
+
component-external,COMMITTED,,,,26264,
|
|
10
|
+
component-internal,COMMITTED,,,,26264,
|
|
11
|
+
div,RENDERED,div,M_EL4 M_EL_Div,,26689,
|
|
12
|
+
body,COMMITTED,,,,26640,
|
|
13
|
+
document,COMMIT_502,,,,,PHP fatal / gateway error during commit
|
|
14
|
+
googlemaps,COMMITTED,,,,26264,
|
|
15
|
+
icon,RENDERED,svg,M_EL4 M_EL_Icon,,27554,
|
|
16
|
+
image,COMMITTED,,,,26640,
|
|
17
|
+
list,COMMITTED,,,,26264,
|
|
18
|
+
list-item,RENDERED,li,M_EL4 M_EL_ListItem,,26321,
|
|
19
|
+
list-loop-items,COMMITTED,,,,26640,
|
|
20
|
+
loop,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
21
|
+
loop-item,RENDERED,div,M_EL4 M_EL_LoopItem M_Interaction_Jail,,26721,
|
|
22
|
+
loop-items,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
23
|
+
loop-no-result,RENDERED,div,M_EL4 M_EL_LoopNoResult,,26334,
|
|
24
|
+
loop-pagination-button-next,COMMITTED,,,,2645,
|
|
25
|
+
loop-pagination-button-previous,COMMITTED,,,,2645,
|
|
26
|
+
loop-pagination,COMMITTED,,,,2645,
|
|
27
|
+
loop-pagination-numbers,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
28
|
+
loop-pagination-number,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
29
|
+
dropdown-toggle,RENDERED,div,M_EL4 M_EL_DropdownToggle,,26406,
|
|
30
|
+
dropdown-wide,RENDERED,mosaic-dropdown,M_EL4 M_EL_Dropdown dropdown-mode M_EL_DropdownWide,,27252,
|
|
31
|
+
dropdown-wrapper-wide,RENDERED,mosaic-dropdown-wrapper,M_EL4 M_EL_DropdownWrapper M_EL_DropdownWrapperWide,,26786,
|
|
32
|
+
dropdown,RENDERED,mosaic-dropdown,M_EL4 M_EL_Dropdown dropdown-mode M_EL_DropdownNarrow,,26905,
|
|
33
|
+
dropdown-wrapper,RENDERED,mosaic-dropdown-wrapper,M_EL4 M_EL_DropdownWrapper M_EL_DropdownWrapperNarrow,,26405,
|
|
34
|
+
menu,RENDERED,nav,M_EL4 M_EL_Menu,,26690,
|
|
35
|
+
menu-link,RENDERED,span,M_EL4 M_EL_MenuLink,yes,26346,
|
|
36
|
+
wp-menu,COMMITTED,,,,26264,
|
|
37
|
+
navbar,RENDERED,mosaic-navbar,M_EL4 M_EL_Navbar,,26984,
|
|
38
|
+
navbar-toggle,RENDERED,mosaic-navbar-toggle,M_EL4 M_EL_NavbarToggle,,26459,
|
|
39
|
+
navigation,RENDERED,nav,M_EL4 M_EL_Navigation,,26327,
|
|
40
|
+
code,RENDERED,div,M_EL4 M_EL_Code,,26340,
|
|
41
|
+
form-wrapper,RENDERED,mosaic-form-wrapper,M_EL4 M_EL_FormWrapper,,27512,
|
|
42
|
+
form,RENDERED,form,M_EL4 M_EL_Form,,26758,
|
|
43
|
+
checkbox-input,BROKE_PAGE,,,,51,A choice input must be placed inside a ChoiceField.
|
|
44
|
+
choice-field,RENDERED,fieldset,M_EL4 M_EL_ChoiceField,,26477,
|
|
45
|
+
choice-content,RENDERED,div,M_EL4 M_EL_ChoiceContent,,26334,
|
|
46
|
+
choice-legend,RENDERED,div,M_EL4 M_EL_ChoiceLegend M_EL_WYSIWYG,,26756,
|
|
47
|
+
choice,RENDERED,label,M_EL4 M_EL_Choice,,26322,
|
|
48
|
+
choice-label,RENDERED,span,M_EL4 M_EL_ChoiceLabel M_EL_WYSIWYG,,26345,
|
|
49
|
+
fieldset,RENDERED,fieldset,M_EL4 M_EL_FieldSet,,26475,
|
|
50
|
+
field,RENDERED,div,M_EL4 M_EL_Field,,26317,
|
|
51
|
+
fileupload-input,RENDERED,input,M_EL4 M_EL_FileUpload,,26383,
|
|
52
|
+
form-error,RENDERED,div,M_EL4 M_EL_FormError,,26743,
|
|
53
|
+
hidden-input,COMMITTED,,,,26264,
|
|
54
|
+
text-input,RENDERED,input,M_EL4 M_EL_InputText,,26342,
|
|
55
|
+
label,RENDERED,label,M_EL4 M_EL_Label M_EL_WYSIWYG,yes,26728,
|
|
56
|
+
multi-steps-back-button,RENDERED,a,M_EL4 M_EL_FormStepButtonBack M_EL_FormStepButton,,27826,
|
|
57
|
+
multi-steps-next-button,RENDERED,a,M_EL4 M_EL_FormStepButtonNext M_EL_FormStepButton,,27847,
|
|
58
|
+
multi-steps-form-step,COMMITTED,,,,2645,
|
|
59
|
+
multi-steps-forms,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
60
|
+
form-multi-steps,RENDERED,div,M_EL4 M_EL_MultiSteps,,28206,
|
|
61
|
+
form-multi-steps-step,RENDERED,div,M_EL4 M_EL_Step,,28276,
|
|
62
|
+
form-multi-steps-steps,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
63
|
+
radio-input,BROKE_PAGE,,,,51,A choice input must be placed inside a ChoiceField.
|
|
64
|
+
recaptcha,COMMITTED,,,,26264,
|
|
65
|
+
select-option,RENDERED,option,M_EL4 M_EL_SelectOption,,26720,
|
|
66
|
+
select-input,RENDERED,select,M_EL4 M_EL_Select,,26340,
|
|
67
|
+
submit-label,RENDERED,span,M_EL4 M_EL_SubmitLabel,yes,26355,
|
|
68
|
+
submit-loading,COMMITTED,,,,26265,
|
|
69
|
+
submit-button,RENDERED,button,M_EL4 M_EL_SubmitButton,,26397,
|
|
70
|
+
textarea-input,RENDERED,textarea,M_EL4 M_EL_TextArea,,26338,
|
|
71
|
+
turnstile,COMMITTED,,,,26640,
|
|
72
|
+
success-screen,RENDERED,div,M_EL4 M_EL_SuccessScreen,,26388,
|
|
73
|
+
slider-arrow-left,RENDERED,mosaic-slider-arrow-left,M_EL4 M_EL_SliderArrowLeft M_EL_SliderArrow,,26454,
|
|
74
|
+
slider-arrow-right,RENDERED,mosaic-slider-arrow-right,M_EL4 M_EL_SliderArrowRight M_EL_SliderArrow,,26454,
|
|
75
|
+
slider,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
76
|
+
slider-loop-slides,COMMITTED,,,,26641,
|
|
77
|
+
slider-navigation-bullet,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
78
|
+
slider-navigation,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
79
|
+
slider-slide,BROKE_PAGE,,,,46,SliderSlidesElementMResource instance required
|
|
80
|
+
slider-slides,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
81
|
+
tabs-loop-tab-panes,COMMITTED,,,,26263,
|
|
82
|
+
tabs-tab-pane,COMMITTED,,,,26640,
|
|
83
|
+
tabs-content,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
84
|
+
tabs,RENDERED,mosaic-tabs,M_EL4 M_EL_Tabs,,27417,
|
|
85
|
+
tabs-loop-tabs,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
86
|
+
tabs-tab,BROKE_PAGE,,,,74,TabsMenuElementMResource or TabLoopTabsElementMResource instance required
|
|
87
|
+
tabs-menu,COMMIT_500,,,,,PHP fatal / gateway error during commit
|
|
88
|
+
component-root,COMMITTED,,,,26641,
|
|
89
|
+
master-root,COMMITTED,,,,26266,
|
|
90
|
+
styleguide-root,COMMITTED,,,,26266,
|
|
91
|
+
styleguide-a,RENDERED,a,M_EL4 M_EL_StyleguideA,,26717,
|
|
92
|
+
styleguide-entry-content-button,RENDERED,a,wp-block-button__link wp-element-button,,26415,
|
|
93
|
+
styleguide-entry-content-code,RENDERED,pre,M_EL4 wp-block-code,,26494,
|
|
94
|
+
styleguide-entry-content,RENDERED,div,M_EL4 M_EL_WPContent,,115518,
|
|
95
|
+
styleguide-entry-content-image-caption,RENDERED,figcaption,M_EL4 wp-element-caption,,26755,
|
|
96
|
+
styleguide-entry-content-image,RENDERED,figure,M_EL4 wp-block-image,,28329,
|
|
97
|
+
styleguide-entry-content-image-img,RENDERED,img,M_EL4,,28224,
|
|
98
|
+
styleguide-entry-content-list,RENDERED,ul,M_EL4 wp-block-list,,26417,
|
|
99
|
+
styleguide-entry-content-list-item,RENDERED,li,M_EL4,,26762,
|
|
100
|
+
styleguide-entry-content-preformatted,RENDERED,pre,M_EL4 wp-block-preformatted,,26546,
|
|
101
|
+
styleguide-entry-content-pullquote-cite,RENDERED,cite,M_EL4,,26363,
|
|
102
|
+
styleguide-entry-content-pullquote,RENDERED,figure,M_EL4 wp-block-pullquote,,26928,
|
|
103
|
+
styleguide-entry-content-pullquote-paragraph,RENDERED,p,M_EL4,,26442,
|
|
104
|
+
styleguide-entry-content-quote-cite,RENDERED,cite,M_EL4,,26359,
|
|
105
|
+
styleguide-entry-content-text-quote,RENDERED,blockquote,M_EL4 wp-block-quote,,26412,
|
|
106
|
+
styleguide-entry-content-separator,RENDERED,hr,M_EL4 wp-block-separator is-style-default,,26371,
|
|
107
|
+
styleguide-entry-content-text,RENDERED,h1,M_EL4,,26344,
|
|
108
|
+
styleguide-entry-content-verse,RENDERED,pre,M_EL4 wp-block-verse,,26948,
|
|
109
|
+
section,RENDERED,section,M_EL4 M_EL_Section,,26331,
|
|
110
|
+
template-external,COMMITTED,,,,26267,
|
|
111
|
+
template-internal,COMMITTED,,,,26642,
|
|
112
|
+
text,RENDERED,div,M_EL4 M_EL_Text M_EL_WYSIWYG,yes,26346,
|
|
113
|
+
__unknown,COMMITTED,,,,26644,
|
|
114
|
+
video,RENDERED,video,M_EL4 M_EL_Video,,26570,
|
|
115
|
+
vimeo,RENDERED,mosaic-vimeo,M_EL4 M_EL_Vimeo,,26862,
|
|
116
|
+
wpContent,RENDERED,div,M_EL4 M_EL_WPContent,,26327,
|
|
117
|
+
wpShortcode,RENDERED,div,M_EL4 M_EL_WPShortcode,,26719,
|
|
118
|
+
wysiwyg-linebreak,COMMITTED,,,,26271,
|
|
119
|
+
wysiwyg-link,RENDERED,span,M_EL4 M_EL_WysiwygLink,,26711,
|
|
120
|
+
wysiwyg-span,RENDERED,span,M_EL4 M_EL_WysiwygSpan,,26712,
|
|
121
|
+
wysiwyg-text,COMMITTED,,,,26267,
|
|
122
|
+
wysiwyg-variable,BROKE_PAGE,,,,54,NodeMResourceFilterFunctionInterface parent is missing
|
|
123
|
+
youtube,RENDERED,mosaic-youtube,M_EL4 M_EL_YouTube,,26954,
|