mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Only RTL on the Zone, but still not good enough
This commit is contained in:
@@ -42,6 +42,9 @@ namespace Orchard.Localization.Services {
|
||||
return;
|
||||
}
|
||||
|
||||
if (context.ShapeType != "Zone")
|
||||
return;
|
||||
|
||||
ContentItem contentItem = context.Shape.ContentItem;
|
||||
|
||||
// if not, check for ContentPart
|
||||
|
||||
Reference in New Issue
Block a user