Hello Couches!
I have cloning template that has a tag folders.
When selecting a folder A I want show only editable regions for folder A and so on (this is only an idea)
I use dynamic hiding group regions:
But there are two problems:
1 - showing / hiding it until after you press the button Save, and should be done at the time of selecting the folder
2 - In reality, all regions persist. It turns out that each cloned page will have all regions and if one of them is set to required='1' will produce an error. Version is nowhere to no required='1'
Pray for a solution
Regards
I have cloning template that has a tag folders.
When selecting a folder A I want show only editable regions for folder A and so on (this is only an idea)
I use dynamic hiding group regions:
- Code: Select all
<cms:editable name='group_dynamic_hide' type='message' dynamic='default_data'>
group1.html
</cms:editable>
But there are two problems:
1 - showing / hiding it until after you press the button Save, and should be done at the time of selecting the folder
2 - In reality, all regions persist. It turns out that each cloned page will have all regions and if one of them is set to required='1' will produce an error. Version is nowhere to no required='1'
Pray for a solution

Regards