dotcms-ema-elements
v0.0.2
Published
DotCMS Edit Mode Anywhere Web Components Library
Downloads
1,704
Readme
DotCMS Edit Mode Anywhere Elements
In order to make DotCMS Edit Mode works we need to pass some data-attr in the HTML for containers and contentlets.
In this repo we provide two Web Components that will help you to pass those attributes very easy.
Elements
We have two:
<dotcms-ema-container container={}>
<dotcms-ema-contentlet contenlet={container={}}>
<!--HERE GOES YOUR CONTENTLET-->
</dotcms-ema-contentlet>
</dotcms-ema-container>
Full documentation:
StencilJS
This project was built with StencilJS for more information on how to run it check this readme.