ifox
01/27/2022, 2:24 PMphp artisan migrateifox
01/27/2022, 2:24 PMDepka
01/27/2022, 2:24 PMifox
01/27/2022, 2:24 PMDepka
01/27/2022, 2:25 PMifox
01/27/2022, 2:26 PMDepka
01/27/2022, 2:26 PMifox
01/27/2022, 2:36 PMDepka
01/27/2022, 6:49 PM./vendor/bin/sail artisan twill:list:blocks i can see that only Image and Body text blocks are compiled. So since I'm using sail(docker-compose) i believe that i have badly compiled sources for twill in public/assets/admin which can be built by ./vendor/bin/sail artisan twill:build but something tells me that I'm doing it all wrong again and i should somehow incorporate this into my webpack.mix.js but haven't found anything on this in docs :/ifox
01/27/2022, 8:00 PMifox
01/27/2022, 8:02 PMDepka
01/27/2022, 8:03 PMDepka
01/27/2022, 8:05 PM@extends('twill::layouts.form')
@section('contentFields')
@formField('input', [
'name' => 'title',
'label' => 'Title',
'maxlength' => 100
])
@formField('date_picker', [
'name' => 'from',
'label' => 'From',
'minDate' => '2017-09-10 12:00',
'maxDate' => '2017-12-10 12:00'
])
@formField('date_picker', [
'name' => 'to',
'label' => 'To',
'minDate' => '2017-09-10 12:00',
'maxDate' => '2017-12-10 12:00'
])
@formField('wysiwyg', [
'name' => 'description',
'label' => 'Description',
'toolbarOptions' => [ [ 'header' => [1, 2, false] ], 'list-ordered', 'list-unordered', [ 'indent' => '-1'], [ 'indent' => '+1' ] ],
'placeholder' => 'Case study text',
'maxlength' => 200,
'editSource' => true,
'note' => 'Hint message',
])
@formField('medias', [
'name' => 'article_header',
'label' => 'Titulka'
])
@formField('block_editor', [
'blocks' => ['text', 'gallery', 'quote', 'image', 'carousel']
])
@stopifox
01/27/2022, 8:09 PMtwill.block_editor.use_twill_blocks configuration array which default to ['text', 'image']. Totally get your confusion though.Depka
01/27/2022, 8:10 PMDepka
01/27/2022, 8:17 PMBA7YA
01/28/2022, 7:09 AMHarings Rob
01/28/2022, 7:33 AMBA7YA
01/28/2022, 7:34 AMHarings Rob
01/28/2022, 7:37 AMHarings Rob
01/28/2022, 7:38 AMDKC
01/28/2022, 9:02 AMHarings Rob
01/28/2022, 10:53 AMifox
01/28/2022, 11:04 AMBA7YA
01/28/2022, 11:19 AMifox
01/28/2022, 11:21 AMBA7YA
01/28/2022, 8:16 PMBA7YA
01/31/2022, 8:35 AMHarings Rob
01/31/2022, 8:58 AMBA7YA
01/31/2022, 8:59 AM