We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cab0a4 commit 89b6f08Copy full SHA for 89b6f08
2 files changed
package.json
@@ -10,6 +10,10 @@
10
"collection": "dist/collection/collection-manifest.json",
11
"collection:main": "dist/collection/index.js",
12
"unpkg": "dist/dotcms-ema-elements/dotcms-ema-elements.js",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/dotCMS/dotcms-ema-elements"
16
+ },
17
"files": [
18
"dist/",
19
"loader/"
readme.md
@@ -9,8 +9,8 @@ In this repo we provide two Web Components that will help you to pass those attr
9
We have two:
```html
-<dotcms-ema-container container={}>
- <dotcms-ema-contentlet contenlet={container={}}>
+<dotcms-ema-container container="{}">
+ <dotcms-ema-contentlet contenlet="{}">
<!--HERE GOES YOUR CONTENTLET-->
</dotcms-ema-contentlet>
</dotcms-ema-container>
0 commit comments