On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

TS 6.0 - Disabling Metatagger Wizard Step

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