diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-11-02 15:58:49 +0200 |
---|---|---|
committer | ShaabanEltanany <shaaban.eltanany.ext@orange.com> | 2020-11-02 20:44:52 +0200 |
commit | 705d8228d980f8a17396a5bce92c4a57b5b6abc6 (patch) | |
tree | 9e5bfd4d2626f1038a8e8fe390074d74a27c9677 /cds-ui/designer-client/angular.json | |
parent | 5cde17a4286c827f650811516e40936c7127c1d9 (diff) |
HTML: Add Attributes from Function - Modal
Issue-ID: CCSDK-2779
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I8f10cedad7ee88c658206ab31c69b564af470a7c
Diffstat (limited to 'cds-ui/designer-client/angular.json')
-rw-r--r-- | cds-ui/designer-client/angular.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json index 59ad17a7a..9c6f59ec1 100644 --- a/cds-ui/designer-client/angular.json +++ b/cds-ui/designer-client/angular.json @@ -82,8 +82,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "16kb", - "maximumError": "20kb" + "maximumWarning": "25kb", + "maximumError": "30kb" } ] } @@ -155,4 +155,4 @@ } }, "defaultProject": "designer-client" -}
\ No newline at end of file +} |