Changes for page ML Elements
Last modified by Artur K. on 2026/06/24 15:27
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - MLElements1 +Elements - Content
-
... ... @@ -29,19 +29,19 @@ 29 29 #end 30 30 {{/velocity}}{{velocity output="true"}} 31 31 #if($xcontext.action != 'edit') 32 -= =simpleType ==32 += simpleType = 33 33 #foreach ($str in $collectiontool.sort($simpleTypes, ['title'])) 34 34 * $str.link 35 35 #end 36 -= =complexType ==36 += complexType = 37 37 #foreach ($str in $collectiontool.sort($complexTypes, ['title'])) 38 38 * $str.link 39 39 #end 40 -= =GlobalElements==40 += element = 41 41 #foreach ($str in $collectiontool.sort($elements, ['title'])) 42 42 * $str.link 43 43 #end 44 -= =attributeGroup ==44 += attributeGroup = 45 45 #foreach ($str in $collectiontool.sort($attributeGroups, ['title'])) 46 46 * $str.link 47 47 #end