mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

Items_Content* shapes types now Content* Items_Widget* shape types now Widget* *_Editor shapes now *_Edit --HG-- branch : dev
18 lines
697 B
Plaintext
18 lines
697 B
Plaintext
<Placement>
|
|
<Place Parts_Common_Metadata="-"/>
|
|
<Place Parts_Common_Metadata_Summary="-"/>
|
|
<Place Parts_Common_Metadata_SummaryAdmin="-"/>
|
|
<Place Parts_Common_Body_Edit="Primary:2"/>
|
|
<!-- show summary for all DisplayType by default -->
|
|
<Place Parts_Common_Body_Summary="Content:5"/>
|
|
<Match DisplayType="Detail">
|
|
<!-- hide summary, show full content, for Detail -->
|
|
<Place Parts_Common_Body_Summary="-"
|
|
Parts_Common_Body="Content:5" />
|
|
</Match>
|
|
<Match DisplayType="SummaryAdmin">
|
|
<Place Parts_Common_Body_Summary="-"
|
|
Parts_Common_Metadata_SummaryAdmin="Meta:5"/>
|
|
</Match>
|
|
</Placement>
|