|
@@ -73,14 +73,14 @@ const panelsConfig = {
|
|
|
// togglable: false,
|
|
|
// attributes: { title: 'Open Layer Manager' },
|
|
|
// },
|
|
|
- {
|
|
|
- id: 'open-blocks',
|
|
|
- className: 'fa fa-th-large',
|
|
|
- command: 'open-blocks',
|
|
|
- active: faThLargeActive,
|
|
|
- togglable: true,
|
|
|
- attributes: { title: 'Open Blocks' },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // id: 'open-blocks',
|
|
|
+ // className: 'fa fa-th-large',
|
|
|
+ // command: 'open-blocks',
|
|
|
+ // active: faThLargeActive,
|
|
|
+ // togglable: true,
|
|
|
+ // attributes: { title: 'Open Blocks' },
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
],
|
|
@@ -155,7 +155,7 @@ bm.add('block_p', {
|
|
|
// Your block properties...
|
|
|
label: 'Paragraph',
|
|
|
media: `<svg style="width:20px;height:20px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M192 32l64 0 160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352-32 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-32 0c-88.4 0-160-71.6-160-160s71.6-160 160-160z"/></svg>`,
|
|
|
- content: '<p>insert your text here</p>',
|
|
|
+ content: '<p>insert your paragraph here</p>',
|
|
|
});
|
|
|
bm.add('block_span', {
|
|
|
// Your block properties...
|