mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
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.
15 lines
549 B
Plaintext
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> |