diff --git a/develop/reference/articles/12-page-fragments/02-embedding-widgets.markdown b/develop/reference/articles/12-page-fragments/02-embedding-widgets.markdown index 0dc1f8a745b..f4e86dc8462 100644 --- a/develop/reference/articles/12-page-fragments/02-embedding-widgets.markdown +++ b/develop/reference/articles/12-page-fragments/02-embedding-widgets.markdown @@ -32,3 +32,11 @@ Here is the full list of widgets that can be embedded: |Iframe |``| +## Embedding Liferay Widgets multiple times in a fragment + +If we need to include the same `` more than once in a fragment, we will need to add an `id` attribute with a different value for each repetition + + + + +For the id is necessary an alphanumeric value (we can't use symbols like `_`or `-`)