@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
|
-
|
|
917
|
+
PlaceholderContent: string;
|
|
917
918
|
Property: string;
|
|
918
919
|
};
|
|
919
920
|
EmailTemplate: string;
|