Home
TeamSite
TeamSite, LiveSite and OpenDeploy
TS 6.0 - Disabling Metatagger Wizard Step
Gregg Faus
As referenced in the UI customization guide, I'm trying to disable the Metatagger step from CC Standard wizard when editing forms. I tried adding the following xml elements to the file:
[\iw-home\local\config\lib\content_center\customer_src\etc\conf\customer\application_custom.xml]
<applications>
<application id="ccstd">
<param id="skip-tag-step" value="true"/>
</application>
</applications>
But after I run the make file (which copies this setting, compiles, and resets IWOV services) and edit a DCR again, this tagging step is still there.
I'd just like to mention that tagging step doesn't work properly either because the message "
There was a problem with metadata capture configuration. Please contact your system administrator.
" is displayed. I'm not sure if this playing a role in my problem or not.
Thanks.
Environment: Win2k / TS 6.0
Find more posts tagged with
Comments
There are no comments yet