@omnia/wcm 7.10.0-preview.10 → 7.10.0-preview.12

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.
@@ -913,7 +913,8 @@ export declare module EditorLocalization {
913
913
  TestEmailBtn: string;
914
914
  Placeholders: {
915
915
  Title: string;
916
- Description: string;
916
+ PlaceholdersDescription: string;
917
+ Property: string;
917
918
  };
918
919
  EmailTemplate: string;
919
920
  };
@@ -316,11 +316,12 @@ export declare module PublishingAppLocalization {
316
316
  };
317
317
  EnableEditNotifications: string;
318
318
  NotifyForEdit: {
319
- SectionTitle: string;
319
+ SectionLabel: string;
320
320
  NoteTitle: string;
321
- NoteContent: string;
321
+ Note: string;
322
322
  VariationAuthor: string;
323
323
  PagePropertyUsers: string;
324
+ UserPropertyPickerLabel: string;
324
325
  };
325
326
  };
326
327
  StatisticProvider: {
@@ -10,6 +10,7 @@ export interface PageRollupViewSettings {
10
10
  selectProperties: Array<string>;
11
11
  showContentAsDialog: boolean;
12
12
  enableRichText: boolean;
13
+ disableViewButtonOnDialog?: boolean;
13
14
  enableMention?: boolean;
14
15
  enableBestReply: boolean;
15
16
  enableSubscription: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.10",
4
+ "version": "7.10.0-preview.12",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"