feat(plugins): add defaultValue for all field types
Showing
- app/Entities/Podcast.php 5 additions, 11 deletionsapp/Entities/Podcast.php
- app/Resources/js/modules/code-editor.ts 15 additions, 0 deletionsapp/Resources/js/modules/code-editor.ts
- app/Resources/styles/radioBtn.css 1 addition, 1 deletionapp/Resources/styles/radioBtn.css
- app/Views/Components/Forms/Checkbox.php 3 additions, 5 deletionsapp/Views/Components/Forms/Checkbox.php
- app/Views/Components/Forms/CodeEditor.php 3 additions, 5 deletionsapp/Views/Components/Forms/CodeEditor.php
- app/Views/Components/Forms/DatetimePicker.php 2 additions, 2 deletionsapp/Views/Components/Forms/DatetimePicker.php
- app/Views/Components/Forms/FormComponent.php 9 additions, 4 deletionsapp/Views/Components/Forms/FormComponent.php
- app/Views/Components/Forms/Input.php 2 additions, 3 deletionsapp/Views/Components/Forms/Input.php
- app/Views/Components/Forms/MarkdownEditor.php 2 additions, 2 deletionsapp/Views/Components/Forms/MarkdownEditor.php
- app/Views/Components/Forms/PermalinkEditor.php 2 additions, 2 deletionsapp/Views/Components/Forms/PermalinkEditor.php
- app/Views/Components/Forms/Radio.php 2 additions, 2 deletionsapp/Views/Components/Forms/Radio.php
- app/Views/Components/Forms/RadioButton.php 1 addition, 1 deletionapp/Views/Components/Forms/RadioButton.php
- app/Views/Components/Forms/RadioGroup.php 5 additions, 4 deletionsapp/Views/Components/Forms/RadioGroup.php
- app/Views/Components/Forms/Select.php 2 additions, 4 deletionsapp/Views/Components/Forms/Select.php
- app/Views/Components/Forms/SelectMulti.php 4 additions, 11 deletionsapp/Views/Components/Forms/SelectMulti.php
- app/Views/Components/Forms/Textarea.php 4 additions, 9 deletionsapp/Views/Components/Forms/Textarea.php
- app/Views/Components/Forms/Toggler.php 2 additions, 2 deletionsapp/Views/Components/Forms/Toggler.php
- docs/src/content/docs/en/plugins/manifest.mdx 11 additions, 10 deletionsdocs/src/content/docs/en/plugins/manifest.mdx
- modules/Plugins/Controllers/PluginController.php 4 additions, 3 deletionsmodules/Plugins/Controllers/PluginController.php
- modules/Plugins/Core/Plugins.php 8 additions, 7 deletionsmodules/Plugins/Core/Plugins.php
Loading