Changes
This commit is contained in:
@@ -42,20 +42,10 @@ class ContentBuilderItem
|
||||
]),
|
||||
Builder\Block::make('paragraph')
|
||||
->schema([
|
||||
RichEditor::make('content')
|
||||
->toolbarButtons([
|
||||
'blockquote',
|
||||
'bold',
|
||||
'bulletList',
|
||||
'italic',
|
||||
'link',
|
||||
'orderedList',
|
||||
'redo',
|
||||
'strike',
|
||||
'underline',
|
||||
'undo',
|
||||
])
|
||||
->label(''),
|
||||
TinyEditor::make('content')
|
||||
->label('')
|
||||
->profile('test')
|
||||
->required(),
|
||||
])->label('Текст'),
|
||||
Builder\Block::make('files')
|
||||
->label('Файл(-ы)')
|
||||
|
||||
Reference in New Issue
Block a user