From: SourceForge.net <no...@so...> - 2007-10-26 11:03:04
|
Patches item #1820586, was opened at 2007-10-26 11:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=531527&aid=1820586&group_id=71505 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: chris gilbert (cgyg9330) Assigned to: Nobody/Anonymous (nobody) Summary: Include Contact as an asset step Initial Comment: >From the Magpie trunk - this configurable change allows you to add contact as an asset step for all content types. Default setting causes no change. To implement the new behaviour, ccm set com.arsdigita.cms.has_contacts_authoring_step=true When implemented, all content types have a contact authoring step that allows you to choose any existing contact content items. There are no changes to styling, so if you add a contact to an item, the contact details will be output in the xml, but you will need to update your theme to actually display the contact. If you don't want to have a contact step for some but not all types, there is a configuration parameter introduced a while ago that allows you to exclude any specific asset steps from any specific content types. So if you wanted to exclude image and contact steps from Multipart Articles, ccm set com.arsdigita.cms.skip_asset_steps=com.arsdigita.cms.contenttypes.MultiPartArticle:com.arsdigita.cms.contenttypes.ui.ImageStep,com.arsdigita.cms.contenttypes.MultiPartArticle:com.arsdigita.cms.contenttypes.ui.contact.AddContactPropertiesStep ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=531527&aid=1820586&group_id=71505 |