Skip to content

Releases: customberg/customberg-php

0.17

15 Oct 12:59
Compare
Choose a tag to compare

Replace str_replace_limit implementation because there is a character limit error

0.16 - field custom

14 Oct 23:37
Compare
Choose a tag to compare
  • New field type: custom for custom js field with React.createElement
  • Checkout /example/app/Blocks/CustomField.php for an example with summernote for Backpack V5 (TODO: update to V6)

0.15

26 Sep 13:12
Compare
Choose a tag to compare
  • New field types: checkbox, textarea, number, email, url
  • New property placeholder for text fields
  • New property hint and hint_html for all fields that show a small helper text
  • Checkout /example/app/Blocks/EverySingleField.php for a full example

0.14

07 Aug 14:39
Compare
Choose a tag to compare

Bugfix: Preview API while rendering a block with multilanguage, when i'm selecting the new language that does not have translation saved.

0.10

03 Apr 02:03
Compare
Choose a tag to compare
  • Added file extension validation to upload_image.
    Use 'allowed_types' => ['png', 'jpg', 'webp', 'svg'],
  • Added upload_file for files without preview.
    Use 'multiple' => true, if you want multiple files in the same field.