Created
February 5, 2018 17:50
-
-
Save auniverseaway/b196c3bf0e46dce49efefbe15403f801 to your computer and use it in GitHub Desktop.
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
<tab-control data-sly-use.model="org.millr.core.models.TabControl" | |
data-sort-by="${model.sortBy}" | |
data-model="${'{0}.model.json' @ format = resource.path}" | |
data-title="${model.title || 'testing 123'}"> | |
<h2>${properties.subTitle || 'Sub Title'}</h2> | |
<sly data-sly-repeat.child="${model.children}"> | |
<tab-item>${child.title}</tab-item> | |
</sly> | |
</tab-control> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment