Schema should be added (for the field widgets) so config is validated. Patch attached.

CommentFileSizeAuthor
single_dateime-add_schema.patch942 bytesbgilhome
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

bgilhome created an issue. See original summary.

idebr’s picture

Title: Add schema » Add configuration schema for Single Date Time Picker field widgets
Version: 8.x-1.x-dev » 2.x-dev
Category: Support request » Task
Status: Needs review » Needs work

This is still relevant on the 2.x branch.

Patch still needs work:

  1. It is missing a schema definition for single_date_time_timestamp_widget
  2. Is it missing a schema definition for the following properties: allow_seconds, start_date, allow_blank

idebr’s picture

Status: Needs work » Needs review
  1. The single_date_time_timestamp_widget has no configuration, so no config schema is required
  2. Added a config schema for the properties: allow_seconds, start_date, allow_blank
lobsterr’s picture

Status: Needs review » Reviewed & tested by the community

I have tested it, it works as expected.

jcnventura made their first commit to this issue’s fork.

  • jcnventura committed 12949bec on 2.x authored by idebr
    Issue #3186304 by idebr, bgilhome, lobsterr, jcnventura: Add...
jcnventura’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.