File tree 1 file changed +4
-1
lines changed
ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/fragment/v1/fragment
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
id ="${fragment.id} "
28
28
data-cmp-is ="adaptiveFormFragment "
29
29
data-cmp-adaptiveformcontainer-path ="${formstructparser.formContainerPath} "
30
+ data-cmp-visible ="${fragment.visible ? 'true' : 'false'} "
31
+ data-cmp-enabled ="${fragment.enabled ? 'true' : 'false'} "
32
+ data-cmp-readonly ="${fragment.readOnly ? 'true' : 'false'} "
30
33
class ="cmp-container${wcmmode.edit ? ' {0}': '' @ format=[allowed.cssClass]} "
31
- title ="${panel .tooltipVisible ? '' : panel .tooltipText} "
34
+ title ="${fragment .tooltipVisible ? '' : fragment .tooltipText} "
32
35
role ="${container.roleAttribute} "
33
36
style ="${container.backgroundStyle @ context='styleString'} ">
34
37
< div class ="cmp-adaptiveform-fragment__label-container ">
You can’t perform that action at this time.
0 commit comments