FormPublisher
TS7.3.1
In my datacapture.cfg I have 3 level containers
<container name="L1">
<!-- <item>s goes here -->
<container>L2
<!-- <item>s goes here -->
<container>L3
<!-- <item>s goes here -->
</container>
</container>
</container>
When we keep adding the content the form grows and for content authors it become bit tricky to find quickly which container is what level.
Is there a way to add different color to each container.
I treated DCT Form as a html and started looking for some unique id for containers, but no luck.,
.iw-formspub-replicant-instance-titlebar only class for each container though L1, L2, L3.... Is there a way to add container name to class attribute sothat we can map different colors?