pub fn field_shape(
section: FieldSection,
type_key: &str,
) -> Vec<FieldDescriptor>Expand description
Return the renderable field shape for a single section + type
combination. Walks prop_fields() against a synthetic config with
one default-instantiated entry under the requested type, then
filters to the per-section “essential” allowlist.