ifox
03/05/2023, 4:22 PMMD
03/06/2023, 12:41 AM{"url":"https://google.com/","target":"_blank","title":"Google"}
JSON objectMD
03/06/2023, 1:04 AMelkex
03/06/2023, 8:34 AMTobi Wan
03/06/2023, 10:36 AMAnders
03/06/2023, 3:18 PM$block->imageAltText('image')
- it just shows up empty. If I fill in an alternative alt text in the block editor, that alternative text shows just fine. How can I get it to fall back to the default alt text?elkex
03/07/2023, 8:00 AMprotected $titleColumnKey = 'title';
protected $indexColumns = [
'title' => [
'title' => 'Title',
'field' => 'title',
],
'firstname' => [
'title' => 'Firstname',
'sort' => true,
'field' => 'firstname',
],
'lastname' => [
'title' => 'Lastname',
'sort' => true,
'field' => 'lastname',
],
];
Hip-Hop
03/07/2023, 9:39 AMKoili
03/07/2023, 12:49 PMfilesParams
are defined incorrectly? Or is it my form fields that are the problem? Form field name is citadele_pdf
php
@formField('files', [
'name' => 'citadele_pdf',
'label' => 'PDF file',
'note' => 'Add one file per language',
'max' => 1
])
Side-question: Is it possible to disable localisation for file uploads inside of a block editor block?ifox
03/07/2023, 12:52 PMtwill.block_editor.files
Koili
03/07/2023, 12:53 PMKoili
03/07/2023, 12:53 PMifox
03/07/2023, 12:53 PMKoili
03/07/2023, 12:54 PMifox
03/07/2023, 12:55 PMifox
03/07/2023, 12:55 PMKoili
03/07/2023, 12:56 PMckmirafss
03/08/2023, 9:50 AMifox
03/08/2023, 10:02 AMckmirafss
03/08/2023, 10:29 AMelkex
03/08/2023, 12:59 PMifox
03/08/2023, 1:03 PMelkex
03/08/2023, 1:16 PMelkex
03/08/2023, 1:16 PMifox
03/08/2023, 1:17 PMelkex
03/08/2023, 1:22 PMifox
03/08/2023, 1:24 PMifox
03/08/2023, 1:26 PMelkex
03/08/2023, 1:27 PMkalle
03/08/2023, 1:41 PM