ad-aures_castoPod/app/Views/Components/Forms
Yassine Doghri 34be5bccab refactor(plugins): create Field objects per field type in settings forms + handle rendering in class
update manifest.schema.json to have defaultValue type differ based on field type
2024-12-23 15:35:47 +00:00
..
Checkbox.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
CodeEditor.php refactor(plugins): create Field objects per field type in settings forms + handle rendering in class 2024-12-23 15:35:47 +00:00
ColorRadioButton.php build(php): upgrade min php version to 8.3 2024-06-14 15:53:33 +00:00
DatetimePicker.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
Field.php refactor: remove fields from podcast and episode entities to be replaced with plugins 2024-12-15 17:34:36 +00:00
FormComponent.php refactor(plugins): create Field objects per field type in settings forms + handle rendering in class 2024-12-23 15:35:47 +00:00
Helper.php feat(plugins): add group field type + multiple option to render field arrays 2024-12-10 15:57:06 +00:00
Input.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
Label.php build(php): upgrade min php version to 8.3 2024-06-14 15:53:33 +00:00
MarkdownEditor.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
PermalinkEditor.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
Radio.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
RadioButton.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
RadioGroup.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
Section.php build(php): upgrade min php version to 8.3 2024-06-14 15:53:33 +00:00
Select.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00
SelectMulti.php refactor(plugins): create Field objects per field type in settings forms + handle rendering in class 2024-12-23 15:35:47 +00:00
Textarea.php refactor(plugins): create Field objects per field type in settings forms + handle rendering in class 2024-12-23 15:35:47 +00:00
Toggler.php feat(plugins): add defaultValue for all field types 2024-12-19 12:33:57 +00:00