Hello,
we are unable to add replicants in TeamSite750 for our pre-existing main DCT. You can see the "or" replicants (Name and Http-equiv) when you click on the "+" sign for "Additional Metatags" item, but I can not select them to add.
Following is the DCT with the relevant code for that container. I know <replicant> is deprecated and "hide-name" is not given as an attribute for <container>, but it still doesn't work even if I replace <replicant> with <container>. Worked fine in TS672 & 732, not sure what might have changed.
Anyone also seen this? (Be good if I could somehow attach a screenshot):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data-capture-requirements SYSTEM "datacapture5.0.dtd">
<data-capture-requirements name="" type="content">
<ruleset name="TeamSite Templating">
....
<container name="header" hide-name="f">
<label>HTML Header Items</label>
<description/>
<item name="basetag">
...
</item>
<!-- Standard, replicating metadata -->
<item name="metadata">
<label>Additional meta tags</label>
<replicant default="0" max="50" min="0" combination="or" hide-name="f">
<container name="name" hide-name="t">
<item name="field">
<label>Name</label>
<text required="t" size="20"/>
</item>
<item name="content">
<label>Content</label>
<text required="t" size="40"/>
</item>
</container>
<container name="http-equiv" hide-name="t">
<item name="field">
<label>HTTP-Equiv</label>
<text required="t" size="20"/>
</item>
<item name="content">
<label>Content</label>
<text required="t" size="40"/>
</item>
</container>
</replicant>
</item>