Needs work
Project:
Link Attributes widget
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Sep 2018 at 18:26 UTC
Updated:
12 Nov 2024 at 11:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
larowlanChance you could provide a full stack trace?
Comment #3
larowlan@Berdir confirmed this is a schema issue but we can't simply say 'all the items are strings except this one, which is an array' so we might need to store default settings as a string, even though the data is an array
Comment #4
larowlanComment #5
martijn de witFirst I had to figure out that a default value on a link always need a url... Because there is no validation error... (https://www.drupal.org/project/drupal/issues/2708101)
After entering a valid url, now getting the same error.
Comment #6
sahil432 commentedFacing same issue, Any update on this
Comment #7
gauravvvv commented1. Run composer install command in Root folder.
2. Add " module weight : 0 " line in core.extension.yml file for example: " stage_file_proxy: 0"
3. Clear the cache
4. Import your config.
This works for me. Please review
Comment #8
roshnykunjappan commentedI'm getting the same error. Any update on this?
Comment #9
cpierce42I am also having this issue but while attempting to reference a custom module's single block plugin from a paragraph only if that block(plugin) has 'checkboxes' options (radios, single Boolean checkbox, etc).
Comment #10
anybodyMight this be resolved with #3167079: Remove the special handling of 'class' attribute in favour of classed plugins?
I think we should have a test-only test to check this as first step? That would make this more clear.
Comment #11
anybodyNeeds tests to reproduce this please and ensure it's fixed, once #3167079: Remove the special handling of 'class' attribute in favour of classed plugins is resolved.
Comment #12
larowlanComment #13
xiaooSame error when trying to set default value in link field inside Paragraph