Import
langcode: und
status: true
dependencies: { }
name: test
label: 'Test browser'
display: iframe
display_configuration:
width: 650
height: 500
link_text: 'Select entities'
selection_display: no_display
selection_display_configuration: { }
widget_selector: single
widget_selector_configuration: { }
widgets:
8dcc81c7-e24c-4d0b-85a1-bbd03a56dbe3:
id: upload
label: 'View widget nr. 1'
weight: 0
uuid: 8dcc81c7-e24c-4d0b-85a1-bbd03a56dbe3
settings: { }
and try to export. Notice "location_url" default setting appearing on the wrong place.
Comments
Comment #1
slashrsm commentedComment #2
slashrsm commentedWe need to check if this is still relevant.
Comment #3
slashrsm commentedComment #4
slashrsm commentedI can't reproduce this bug any more.
Comment #6
boobaaWidget configurations are not saved because their values are one level deeper in
$form_statein\Drupal\entity_browser\PluginConfigurationFormTrait::submitConfigurationForm(). (Currently there's only support for the upload widget's configuration, but that one doesn't work either because of this, and #2671810: Implement configuration form for View widget won't work either before this gets fixed.)Comment #7
boobaaPull Request is sent on GitHub.
Comment #8
slashrsm commentedFew comments on pull.EDIT: Wrong issue.
Comment #10
slashrsm commentedComment #11
slashrsm commentedMerged. Thanks!