mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2025-04-18 14:44:08 +03:00
Hide buttons
This commit is contained in:
parent
340603e4a6
commit
86bed523ab
@ -168,7 +168,13 @@
|
||||
home: {
|
||||
mailmerge: false/true // mail merge button // deprecated, button is moved to collaboration tab. use toolbar->collaboration->mailmerge instead
|
||||
},
|
||||
layout: false / true, // layout tab
|
||||
insert: {
|
||||
file: false/true // text from file button in de
|
||||
field: false/true // field button in de
|
||||
}, false / true, // insert tab
|
||||
layout: {
|
||||
pagecolor: false/true // page color button in de
|
||||
}, false / true, // layout tab
|
||||
references: false / true, // de references tab
|
||||
collaboration: {
|
||||
mailmerge: false/true // mail merge button in de
|
||||
|
@ -119,8 +119,8 @@
|
||||
<span class="btn-slot text x-huge" id="slot-btn-instextart"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-dropcap"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-datetime"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-text-from-file"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-insfield"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-text-from-file" data-layout-name="toolbar-insert-file"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-insfield" data-layout-name="toolbar-insert-field"></span>
|
||||
</div>
|
||||
<div class="separator long"></div>
|
||||
<div class="group">
|
||||
@ -175,7 +175,7 @@
|
||||
<div class="separator long"></div>
|
||||
<div class="group">
|
||||
<span class="btn-slot text x-huge" id="slot-btn-watermark"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-pagecolor"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-pagecolor" data-layout-name="toolbar-layout-pagecolor"></span>
|
||||
</div>
|
||||
<div class="separator long"></div>
|
||||
<div class="group">
|
||||
|
Loading…
x
Reference in New Issue
Block a user