@omnia/wcm 7.11.5 → 7.11.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,6 +42,7 @@ export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<s
42
42
  tagProperty?: string;
43
43
  enableAutomaticSummary?: boolean;
44
44
  summarizedProperty?: string;
45
+ enableAutoCleanCustomRichText?: boolean;
45
46
  }
46
47
  export interface ContentBlockAutomaticSummaryRegistration {
47
48
  propertyMapping: PropertyMapping;
@@ -11,6 +11,8 @@ export declare class PagesStore extends Store {
11
11
  protected omniaContext: IOmniaContext;
12
12
  protected variationStore: VariationStore;
13
13
  protected permissionService: PermissionService;
14
+ private multilingualStore;
15
+ private multilingualContext;
14
16
  private pages;
15
17
  private versionData;
16
18
  private versionLoadPromise;
@@ -17,7 +17,7 @@ export declare class LayoutItemsTranslator {
17
17
  * Translates a layout item and ensures all properties
18
18
  * @param layoutItem
19
19
  */
20
- static translateLayoutItem(layoutItem: LayoutItem): LayoutItem;
20
+ static translateLayoutItem(layoutItem: LayoutItem, languageTag?: string): LayoutItem;
21
21
  private static hasValue;
22
22
  private static hasColors;
23
23
  static hasImage(image: ImageBackground): boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "7.11.5",
4
+ "version": "7.11.7",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"