Could not authenticate you from Jwt because "Can't verify csrf token authenticity.".
Issue #3336970 by Grimreaper, pdureau: [2.0.0-alpha3] WIP: Fix config schema
4 unresolved threads
Closes #3336970
Merge request reports
Activity
added 214 commits
-
e8a87a75...85939fc6 - 213 commits from branch
project:2.0.x
- db2769af - Issue #3336970 by Grimreaper, pdureau: [2.0.0-alpha3] WIP: Fix config schema
-
e8a87a75...85939fc6 - 213 commits from branch
- Resolved by Florent Torregrosa
1 ui_patterns_source.view_field: 2 type: mapping 3 label: 'Source: Token' 4 mapping: 5 ui_patterns_views_field: 6 type: string 7 label: 'Token value' 8 9 ui_patterns_source.view_rows: 10 type: mapping 11 label: 'Source: view_rows' 12 mapping: 13 ui_patterns_views_field: - config/schema/ui_patterns.sources.schema.yml 0 → 100644
147 ui_patterns_source.field_property:*:*:*: 148 type: mapping 149 label: 'Source: Field Property' 150 mapping: 151 type: 152 type: string 153 label: 'Field Property type' 154 155 # block uses dynamic subkeys not under a specific key. 156 # The configuration looks like: 157 # plugin_id: block_id 158 # block_id: 159 # config_1: # 160 # I cant find a solution to handle this correct. Sequences would work 161 # if the the block_id key would be under an extra key. Something like config.block_id 162 ui_patterns_source.block: Ok, Got it.
Then I think it may be a sign that current config structure is not good.
sources: - source_id: block source: plugin_id: system_branding_block system_branding_block: id: system_branding_block label: 'Site branding' ... _weight: '0'
Could it be converted into:
sources: - source_id: block source: plugin_id: system_branding_block settings: id: system_branding_block label: 'Site branding' ... _weight: '0'
???
added 13 commits
-
9704887e...5dc1727b - 4 commits from branch
project:2.0.x
- 1098167f - Issue #3336970 by Grimreaper, pdureau: [2.0.0-alpha3] WIP: Fix config schema
- b033dd03 - fix: Add ui_patterns_blocks scheme
- 39668ca5 - Add config schema part 1
- 81a8c8cf - Add config schema part 1
- 65918bb6 - Add configs for views and layouts
- 371578cf - fix linting and tests
- d9a817e8 - fix linting
- 6821ec3f - make variant id nullable
- ba08799d - Add nullable to components.
Toggle commit list-
9704887e...5dc1727b - 4 commits from branch
enabled an automatic merge when all merge checks for ba08799d pass
Please register or sign in to reply