@omnia/wcm 7.9.52-preview → 7.9.54-preview

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.
@@ -739,6 +739,7 @@ export declare module EditorLocalization {
739
739
  DuplicateWarningMessage: string;
740
740
  MoveAsChild: string;
741
741
  MoveAsSibling: string;
742
+ DuplicateWarningMessageWhenMovingAsSibling: string;
742
743
  };
743
744
  SendAppprovalRequest: {
744
745
  Title: string;
@@ -913,7 +914,7 @@ export declare module EditorLocalization {
913
914
  TestEmailBtn: string;
914
915
  Placeholders: {
915
916
  Title: string;
916
- PlaceholdersDescription: string;
917
+ PlaceholderContent: string;
917
918
  Property: string;
918
919
  };
919
920
  EmailTemplate: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.9.52-preview",
4
+ "version": "7.9.54-preview",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"