emprolijar barra de herramientas
This commit is contained in:
parent
0b86702bdb
commit
ab86019286
1 changed files with 6 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
||||||
dir: dir, lang: locale,
|
dir: dir, lang: locale,
|
||||||
**field_options(attribute, metadata), class: 'd-none'
|
**field_options(attribute, metadata), class: 'd-none'
|
||||||
|
|
||||||
.editor-toolbar
|
.editor-toolbar{ style: 'z-index: 1' }
|
||||||
.editor-primary-toolbar.scrollbar-black
|
.editor-primary-toolbar.scrollbar-black
|
||||||
%button.btn{ type: 'button', data: { editor: { button: 'mark-bold' } } }= t('editor.bold')
|
%button.btn{ type: 'button', data: { editor: { button: 'mark-bold' } } }= t('editor.bold')
|
||||||
%button.btn{ type: 'button', data: { editor: { button: 'mark-italic' } } }= t('editor.italic')
|
%button.btn{ type: 'button', data: { editor: { button: 'mark-italic' } } }= t('editor.italic')
|
||||||
|
@ -45,14 +45,15 @@
|
||||||
%input.form-control{ type: 'color', name: 'mark-color' }/
|
%input.form-control{ type: 'color', name: 'mark-color' }/
|
||||||
|
|
||||||
%div{ data: { editor: { auxiliary: 'multimedia' } } }
|
%div{ data: { editor: { auxiliary: 'multimedia' } } }
|
||||||
.col-12.col-lg.form-group.d-flex.align-items-end
|
.form-group
|
||||||
.custom-file
|
.custom-file
|
||||||
%input.custom-file-input{ type: 'file', name: 'multimedia-file' }/
|
%input.custom-file-input{ type: 'file', name: 'multimedia-file' }/
|
||||||
%label.custom-file-label{ for: 'multimedia-file' }= t('editor.multimedia-select')
|
%label.custom-file-label{ for: 'multimedia-file' }= t('editor.multimedia-select')
|
||||||
%button.btn{ type: 'button', name: 'multimedia-file-upload' }= t('editor.multimedia-upload')
|
.form-group
|
||||||
.col-12.col-lg.form-group
|
|
||||||
%label{ for: 'multimedia-alt' }= t('editor.description')
|
%label{ for: 'multimedia-alt' }= t('editor.description')
|
||||||
%input.form-control{ type: 'text', name: 'multimedia-alt' }/
|
%input.form-control{ type: 'text', name: 'multimedia-alt' }/
|
||||||
|
.form-group
|
||||||
|
%button.btn{ type: 'button', name: 'multimedia-file-upload' }= t('editor.multimedia-upload')
|
||||||
%button.btn{ type: 'button', name: 'multimedia-remove' }= t('editor.multimedia-remove')
|
%button.btn{ type: 'button', name: 'multimedia-remove' }= t('editor.multimedia-remove')
|
||||||
|
|
||||||
.form-group{ data: { editor: { auxiliary: 'link' } } }
|
.form-group{ data: { editor: { auxiliary: 'link' } } }
|
||||||
|
|
Loading…
Reference in a new issue