Discussed in #1420
Originally posted by tomasz-sintel March 13, 2024
When developing an SPFx form customizer, the component needs to be connected to the list via properties in the content type (reference).
Those properties (e.g. NewFormClientSideComponentId) are not available in the ContentType class.
Having to have some plug "on the side" in the form of a REST or PS script is not elegant.
My request is to add those properties to the ContentType class.