Skip to content
Snippets Groups Projects
Commit eb2f5b80 authored by Nguyen Ngoc Bao's avatar Nguyen Ngoc Bao
Browse files

Issue #3469743: Allow to set canva width and add reset button

parent a0f485c0
No related branches found
No related tags found
No related merge requests found
Pipeline #262890 passed
......@@ -18,7 +18,7 @@ ckeditor5.plugin.sign_widget_plugin:
type: string
label: 'Background color'
canvasWidth:
type: string
type: integer
label: 'Canvas width'
show_remove_btn:
type: boolean
......
......@@ -56,7 +56,7 @@ class Signature extends CKEditor5PluginDefault implements CKEditor5PluginConfigu
'local' => FALSE,
'file_directory' => 'inline-images',
'canvasWidth' => 288,
'enableResetButton' => TRUE,
'show_remove_btn' => TRUE,
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment