Files
Orchard/src/Orchard.Web/Modules/Orchard.PublishLater/Placement.info
Lombiq 5406b17601 Converting all files stored as CRLF in git to be stored as LF
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
2015-12-13 22:21:02 +01:00

15 lines
549 B
Plaintext

<Placement>
<!-- available display shapes -->
<!--
Parts_PublishLater_Metadata
Parts_PublishLater_Metadata_Summary
Parts_PublishLater_Metadata_SummaryAdmin
-->
<!-- edit shape just get default placement -->
<!-- edit "shape" -->
<Place Parts_PublishLater_Edit="Sidebar:25"/><!-- immediately following the contents module's Publish Now button -->
<!-- default positioning -->
<Match DisplayType="SummaryAdmin">
<Place Parts_PublishLater_Metadata_SummaryAdmin="Meta:1"/>
</Match>
</Placement>