We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204cf99 commit d3ba2e4Copy full SHA for d3ba2e4
1 file changed
demo/app/Sharp/Posts/PostForm.php
@@ -205,7 +205,8 @@ public function buildFormLayout(FormLayout $formLayout): void
205
->withField('publication_label')
206
->withListField('attachments', function (FormLayoutColumn $item) {
207
$item->withFields(title: 8, is_link: 4)
208
- ->withField('link_url');
+ ->withField('link_url')
209
+ ->withField('document');
210
});
211
})
212
->addColumn(6, function (FormLayoutColumn $column) {
0 commit comments