mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
<Placement>
|
|
<!-- By default only enabling the content preview for content types where it most possibly makes sens. -->
|
|
<Match Path="~/Admin/Contents/*">
|
|
<Place ContentPreview_Button="Sidebar:27" />
|
|
</Match>
|
|
|
|
<Match Path="~/Admin/Blogs/*">
|
|
<Place ContentPreview_Button="Sidebar:27" />
|
|
</Match>
|
|
|
|
<Match Path="~/Admin/Widgets/*">
|
|
<Place ContentPreview_Button="Sidebar:27" />
|
|
</Match>
|
|
</Placement> |