This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <pre> | |
| <#list portletPreferences?keys as preference> | |
| <#if portletPreferences[preference] ??> | |
| <#assign mapValues = portletPreferences[preference] /> | |
| <#list mapValues as value > | |
| ${preference} = ${value}<br /> | |
| </#list> | |
| </#if> | |
| </#list> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <#-- | |
| There are several ways of accesing the data stored in a structured web content, | |
| it can be accesible by name, if the field is a main level item, | |
| it can be a repetible content and so we have to access it's siblings, | |
| and it can be a nested field and we have to access it through the parent. | |
| --> | |
| <#-- Structure Example Source (reduced and simplified) | |
| I have deleted a lot of lines to make a Proof of Concept |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reserved-article-asset-tag-names | |
| reserved-article-author-comments | |
| reserved-article-author-email-address | |
| reserved-article-author-id | |
| reserved-article-author-job-title | |
| reserved-article-author-location | |
| reserved-article-author-name | |
| reserved-article-author-organization | |
| reserved-article-create-date | |
| reserved-article-description |