The “Development > Form Engine ” getA12 docs describes that the “externalEnumerationProvider” needs to be provided both as a property to the FormEngine component and to the createEngineMiddlewares.
They seem to work just fine though when only providing it to the form engine component.
What is the purpose of registering an external enum provider with the engine middlewares?
Is this really neccessary?