Resolve #3455942 "Api render component with default props values from config"
Closed
requested to merge issue/experience_builder-3455942:3455942-api-render-component-with-default-props-values-from-config into 0.x
All threads resolved!
Compare changes
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 12
− 42
@@ -12,6 +12,7 @@ use Drupal\experience_builder\Plugin\DataType\ComponentTreeHydrated;
@@ -103,9 +104,17 @@ final class SdcController extends ControllerBase {
// @todo Either remove the need for passing in a host entity (it's not necessary for static prop sources!), or … actually provide that context here. The latter seems preferable, to allow for context-aware components in the future. As long as we only support StaticPropSources here, this will suffice.
@@ -215,43 +224,4 @@ HTML;