dsasdsaasd asd
This commit is contained in:
@@ -49,11 +49,19 @@
|
|||||||
|
|
||||||
const bm = editor.BlockManager;
|
const bm = editor.BlockManager;
|
||||||
|
|
||||||
// TEXT
|
// TEXT 2
|
||||||
addOnce(bm, 'cust-text', { id:'cust-text', label:'📝 Text',
|
addOnce(bm, 'cust-text', { id:'cust-text', label:'📝 Text',
|
||||||
content:`<p data-gjs-type="text" style="${css({'font-family':'Arial,sans-serif','font-size':'14px','line-height':'1.5',color:'#0f172a',margin:'0 0 12px'})}">
|
content:{
|
||||||
Dies ist ein Absatz. Doppelklick zum Bearbeiten.
|
type:'text',
|
||||||
</p>` });
|
content:'Dies ist ein Absatz. Doppelklick zum Bearbeiten.',
|
||||||
|
style:{
|
||||||
|
'font-family':'Arial,sans-serif',
|
||||||
|
'font-size':'14px',
|
||||||
|
'line-height':'1.5',
|
||||||
|
color:'#0f172a',
|
||||||
|
margin:'0 0 12px'
|
||||||
|
}
|
||||||
|
} });
|
||||||
|
|
||||||
// IMAGE
|
// IMAGE
|
||||||
addOnce(bm, 'cust-image', { id:'cust-image', label:'🖼️ Bild',
|
addOnce(bm, 'cust-image', { id:'cust-image', label:'🖼️ Bild',
|
||||||
|
|||||||
Reference in New Issue
Block a user