dsasdsaasd asd
This commit is contained in:
@@ -49,11 +49,19 @@
|
||||
|
||||
const bm = editor.BlockManager;
|
||||
|
||||
// TEXT
|
||||
// TEXT 2
|
||||
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'})}">
|
||||
Dies ist ein Absatz. Doppelklick zum Bearbeiten.
|
||||
</p>` });
|
||||
content:{
|
||||
type:'text',
|
||||
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
|
||||
addOnce(bm, 'cust-image', { id:'cust-image', label:'🖼️ Bild',
|
||||
|
||||
Reference in New Issue
Block a user