From 8dc70d5a4215b8f74f246f5230de951bdec8f68d Mon Sep 17 00:00:00 2001 From: pb Date: Fri, 15 Feb 2008 20:52:58 +0000 Subject: [PATCH] incorporating APLAWS patch r1681 | chrisg23 | 2007-10-03 17:04:55 +0200 (Mi, 03 Okt 2007) Parameter example wasn't a good example as it had content type names wrong git-svn-id: https://svn.libreccm.org/ccm/trunk@32 8810af33-2d31-482b-a856-94f89814c4df --- .../com/arsdigita/cms/ContentSectionConfig_parameter.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-cms/src/com/arsdigita/cms/ContentSectionConfig_parameter.properties b/ccm-cms/src/com/arsdigita/cms/ContentSectionConfig_parameter.properties index 09ac3de76..3313b38a3 100755 --- a/ccm-cms/src/com/arsdigita/cms/ContentSectionConfig_parameter.properties +++ b/ccm-cms/src/com/arsdigita/cms/ContentSectionConfig_parameter.properties @@ -200,7 +200,7 @@ com.arsdigita.cms.search.score_title_and_keywords.format=[boolean] com.arsdigita.cms.skip_asset_steps.title=Asset steps to skip com.arsdigita.cms.skip_asset_steps.purpose=Specify asset steps that are not relevant for specific content types -com.arsdigita.cms.skip_asset_steps.example=com.arsdigita.cms.MultiPartArticle:com.arsdigita.cms.contenttypes.ui.ImageStep,com.arsdigita.cms.InlineSite:com.arsdigita.cms.contenttypes.ui.ImageStep,com.arsdigita.cms.InlineSite:om.arsdigita.cms.contentassets.ui.FileAttachmentsStep +com.arsdigita.cms.skip_asset_steps.example=com.arsdigita.cms.contenttypes.MultiPartArticle:com.arsdigita.cms.contenttypes.ui.ImageStep,com.arsdigita.cms.contenttypes.InlineSite:com.arsdigita.cms.contenttypes.ui.ImageStep,com.arsdigita.cms.InlineSite:om.arsdigita.cms.contentassets.ui.FileAttachmentsStep com.arsdigita.cms.skip_asset_steps.format=[string,string,string] com.arsdigita.cms.mandatory_descriptions.title=Mandatory Descriptions