mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing RTL on BodyPart
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<script type="text/javascript">
|
||||
var mediaPickerEnabled = @(shellDescriptor.Features.Any(x => x.Name == "Orchard.MediaPicker") ? "true" : "false");
|
||||
var mediaLibraryEnabled = @(shellDescriptor.Features.Any(x => x.Name == "Orchard.MediaLibrary") ? "true" : "false");
|
||||
var directionality = '@WorkContext.GetTextDirection((IContent)Model.ContentItem)';
|
||||
var directionality = '@WorkContext.GetTextDirection((IContent)Model.BodyPart.ContentItem)';
|
||||
var language = '@language';
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user