We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when using the block editor with a medias form input, the metadata s caption doesn't persist to db.
install a fresh laravel app, install twill, install twill basic-page-builder
Create a new page. Save page with an image block, edit info - fill caption field. Reload page, caption field is persisted.
Create a new page. Save page with an image block, edit info - fill caption field. Reload page, caption field is empty.
Twill version: 3.4.1 Laravel version: 11.30.0 PHP version: 8.3.13 Database engine: sqlite
The text was updated successfully, but these errors were encountered:
reverting back to twill 3.3.1, this works as expected
Sorry, something went wrong.
No branches or pull requests
Description
when using the block editor with a medias form input, the metadata s caption doesn't persist to db.
Steps to reproduce
install a fresh laravel app, install twill, install twill basic-page-builder
Expected result
Create a new page. Save page with an image block, edit info - fill caption field. Reload page, caption field is persisted.
Actual result
Create a new page. Save page with an image block, edit info - fill caption field. Reload page, caption field is empty.
Versions
Twill version: 3.4.1
Laravel version: 11.30.0
PHP version: 8.3.13
Database engine: sqlite
The text was updated successfully, but these errors were encountered: