Dynamic type expressions in Drupal config schema
Drupal's config schema YAML supports dynamic expressions inside square brackets that resolve to values from the surrounding configuration data at runtime. Most developers have seen them โ [%parent.type] in field formatter schema is a classic example โ but few understand exactly how they work or when to use them.