Attached patch adds schema for field.widget.settings.* for the paragraphs browser widgets. A better approach would be to merge the parent class schema (e.g. 'type: paragraphs') with the extra keys this module provides (paragraphs_browser, modal_width, modal_height) but I didn't know how to do that.

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.

bgilhome’s picture

Rerolled.

bgilhome’s picture

Forgot schema for third party settings, updated patch attached.

borisson_’s picture

Status: Needs review » Needs work

These look good on surface inspection, but since it's been 5 years since this was created I am not sure if anything changed in the meanwhile.

Can we maybe start with creating a merge request from this?

shamir.vs made their first commit to this issue’s fork.

shamir.vs’s picture

Status: Needs work » Needs review

I have created a merge request. Please take a moment to review it. Thank you!

borisson_’s picture

I am not 100% sure that these are all the possible keys that the schema can have, can we double check that as well?

damienmckenna’s picture

Category: Support request » Task
damienmckenna’s picture

damienmckenna’s picture

StatusFileSize
new2.15 KB
damienmckenna’s picture

With #11 the last bit needed is to spec out this part:

    map:
      label: 'Map'
      type: sequence
      sequence:
        type: undefined
damienmckenna’s picture

Status: Needs review » Needs work