- Issue created by @pdureau
- 🇫🇷France pdureau Paris
Also, if we try to improve our config schema...
From:
display_builder: type: string label: "Used Display Builder"
To something like that:
display_builder: type: string label: "Used Display Builder" constraints: ConfigExists: prefix: 'display_builder.display_builder.'
From:
sources: type: ignore label: "Sources"
To something like that:
sources: type: sequence label: 'Sources' sequence: type: ui_patterns_source.[id] label: 'Source'
extending
DefaultLazyPluginCollection
Is it unlocking new cool Drupal feature like automatic casting ? automatic dependency calculation ? so we can reduce the complexity of our code
- 🇫🇷France pdureau Paris
Remove
DisplayBuilder::DISPLAY_BUILDER_CONFIG
DONE
Rename
EntityWithDisplayBuilderInterface
toWithDisplayBuilderInterface
because it is not only entitiesDONE
Merge
StorageProperties
enum to static constant inConfigFormBuilder
?DONE
Is it unlocking new cool Drupal feature like automatic casting ? automatic dependency calculation ? so we can reduce the complexity of our code Is it unlocking new cool Drupal feature like automatic casting ? automatic dependency calculation ? so we can reduce the complexity of our code
UNDER INVESTIGATION
Remaining config dependency management stuff?
Will be moved to its own beta issue.
Do we keep the
\Drupal::service('page_cache_kill_switch')->trigger();
?Will be moved to its own beta issue.
- Merge request !56Issue #3538194 by pdureau: WithDisplayBuilderInterface follow-ups → (Merged) created by pdureau
- First commit to issue fork.
-
mogtofu33 →
committed d2cfe3e5 on 1.0.x authored by
pdureau →
Issue #3538194 by pdureau, mogtofu33: WithDisplayBuilderInterface follow...
-
mogtofu33 →
committed d2cfe3e5 on 1.0.x authored by
pdureau →
Automatically closed - issue fixed for 2 weeks with no activity.