From 6a5570dbdaa16cdee7d859f1f3f668ee163ccb5c Mon Sep 17 00:00:00 2001 From: Eduardo Allegrini Date: Tue, 14 May 2019 17:01:44 +0200 Subject: [PATCH] Update 02-embedding-widgets.markdown I had to create a fragment with 3 different and I think this information could be useful. Please, check it and improve the content --- .../12-page-fragments/02-embedding-widgets.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) 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 `-`)