Mojolicious-Plugin-FormFieldsFromJSON 0.25 Deleted
Files
- Changes
- IDEA.md
- LICENSE
- MANIFEST
- META.yml
- Makefile.PL
- README
- dist.ini
- example/I18N/de.pm
- example/fields/price.json
- example/i18n.pl
- lib/Mojolicious/Plugin/FormFieldsFromJSON.pm
- t/02_two_fields.t
- t/03_template.t
- t/04_fieldtype_template.t
- t/05_template_twofields.t
- t/06_fieldtype_template_select.t
- t/07_template_configured_in_json.t
- t/08_forms.t
- t/09_fields.t
- t/10_global_attributes.t
- t/11_global_attributes_plus_field_attributes.t
- t/12_global_attributes_multirequest.t
- t/13_alias.t
- t/14_translation.t
- t/15_additional_type.t
- t/16_dynamic_config.t
- t/basic.t
- t/conf/additional_type.json
- t/conf/alias.json
- t/conf/fieldtype_template.json
- t/conf/fieldtype_template_select.json
- t/conf/global_attributes.json
- t/conf/global_attributes_multirequest.json
- t/conf/global_attributes_plus_field_attributes.json
- t/conf/template.json
- t/conf/template_configured_in_json.json
- t/conf/template_twofields.json
- t/conf/translation.json
- t/conf/two_fields.json
- t/fields/01_textfield.t
- t/fields/02_textfield_default.t
- t/fields/03_textfield_attributes.t
- t/fields/04_select.t
- t/fields/05_select_preselect.t
- t/fields/06_select_multiple.t
- t/fields/07_select_preselect_multiple.t
- t/fields/08_select_disabled_value.t
- t/fields/09_select_hash.t
- t/fields/10_select_optgroup.t
- t/fields/11_select_umlaut.t
- t/fields/12_hidden.t
- t/fields/13_textfield_with_attributes.t
- t/fields/14_select_with_attributes.t
- t/fields/15_password.t
- t/fields/16_textarea.t
- t/fields/17_textarea_with_cols_and_rows.t
- t/fields/18_radio.t
- t/fields/19_radio_group.t
- t/fields/20_radio_group_one_config.t
- t/fields/21_radio_group_one_config_disabled.t
- t/fields/22_radio_group_one_config_disabled_code.t
- t/fields/23_radio_group_disabled_code.t
- t/fields/24_radio_group_one_config_preselect.t
- t/fields/25_radio_group_template.t
- t/fields/26_radio_group_one_config_template.t
- t/fields/27_checkbox.t
- t/fields/28_checkbox_group.t
- t/fields/29_checkbox_group_one_config.t
- t/fields/30_checkbox_group_one_config_disabled.t
- t/fields/31_checkbox_group_one_config_disabled_code.t
- t/fields/32_checkbox_group_disabled_code.t
- t/fields/33_checkbox_group_one_config_preselect.t
- t/fields/34_checkbox_group_template.t
- t/fields/35_checkbox_group_one_config_template.t
- t/fields/36_radio_after_element.t
- t/fields/37_checkbox_after_element.t
- t/fields/38_radio_show_value.t
- t/fields/39_checkbox_show_value.t
- t/fields/40_radio_translate_sublabel.t
- t/fields/41_checkbox_translate_sublabel.t
- t/fields/42_select_data_passed.t
- t/fields/43_textfield_data_passed.t
- t/fields/44_hidden_data_passed.t
- t/fields/45_textarea_data_passed.t
- t/fields/46_radio_group_data_passed.t
- t/fields/47_checkbox_group_data_passed.t
- t/fields/conf/checkbox.json
- t/fields/conf/checkbox_after_element.json
- t/fields/conf/checkbox_group.json
- t/fields/conf/checkbox_group_data_passed.json
- t/fields/conf/checkbox_group_disabled_code.json
- t/fields/conf/checkbox_group_one_config.json
- t/fields/conf/checkbox_group_one_config_disabled.json
- t/fields/conf/checkbox_group_one_config_disabled_code.json
- t/fields/conf/checkbox_group_one_config_preselect.json
- t/fields/conf/checkbox_group_one_config_template.json
- t/fields/conf/checkbox_group_template.json
- t/fields/conf/checkbox_show_value.json
- t/fields/conf/checkbox_translate_sublabel.json
- t/fields/conf/hidden.json
- t/fields/conf/hidden_data_passed.json
- t/fields/conf/password.json
- t/fields/conf/radio.json
- t/fields/conf/radio_after_element.json
- t/fields/conf/radio_group.json
- t/fields/conf/radio_group_data_passed.json
- t/fields/conf/radio_group_disabled_code.json
- t/fields/conf/radio_group_one_config.json
- t/fields/conf/radio_group_one_config_disabled.json
- t/fields/conf/radio_group_one_config_disabled_code.json
- t/fields/conf/radio_group_one_config_preselect.json
- t/fields/conf/radio_group_one_config_template.json
- t/fields/conf/radio_group_template.json
- t/fields/conf/radio_show_value.json
- t/fields/conf/radio_translate_sublabel.json
- t/fields/conf/select.json
- t/fields/conf/select_data_passed.json
- t/fields/conf/select_disabled_value.json
- t/fields/conf/select_hash.json
- t/fields/conf/select_multiple.json
- t/fields/conf/select_optgroup.json
- t/fields/conf/select_preselect.json
- t/fields/conf/select_preselect_multiple.json
- t/fields/conf/select_umlaut.json
- t/fields/conf/select_with_attributes.json
- t/fields/conf/textarea.json
- t/fields/conf/textarea_data_passed.json
- t/fields/conf/textarea_with_cols_and_rows.json
- t/fields/conf/textfield.json
- t/fields/conf/textfield_attributes.json
- t/fields/conf/textfield_data_passed.json
- t/fields/conf/textfield_default.json
- t/fields/conf/textfield_with_attributes.json
- t/formsconf/template.json
- t/formsconf/template_configured_in_json.json
- t/formsconf/template_twofields.json
- t/lib/Mojolicious/Plugin/FormFieldsFromJSON/Test.pm
- t/validation/01_textfield.t
- t/validation/02_textfield_required.t
- t/validation/03_unset_optional.t
- t/validation/04_unset_required.t
- t/validation/05_error_message.t
- t/validation/06_specific_error_message.t
- t/validation/07_mixed_errors.t
- t/validation/08_required_error_message.t
- t/validation/09_required_no_error_message.t
- t/validation/10_change_value.t
- t/validation/conf/change_value.json
- t/validation/conf/error_message.json
- t/validation/conf/mixed_errors.json
- t/validation/conf/required_error_message.json
- t/validation/conf/required_no_error_message.json
- t/validation/conf/specific_error_message.json
- t/validation/conf/textfield.json
- t/validation/conf/textfield_required.json
- t/validation/conf/unset_optional.json
- t/validation/conf/unset_required.json