We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[x] feature request
[x] Internal stuff [x] DataSources providing external data / on-the-fly generated entities
ATM all DataSources which create entities will create a dynamic ContentType which doesn't know about the fields it contains.
Goal is to harden this, so that all the internal DataSources - eg. AppFiles - can create well defined ContentTypes.
The text was updated successfully, but these errors were encountered:
Improve generated content types part 1
5f3fad9
2sic/2sxc#3488
improve ContentTypeFactory
6e1cc29
ContentTypeFactory - also support ignoring things
e437883
ContentTypeFactory - skip internal names like Id / Guid
a61d532
ContentTypeFactory - add logging
cfe5854
iJungleboy
No branches or pull requests
I'm submitting a
[x] feature request
...about
[x] Internal stuff
[x] DataSources providing external data / on-the-fly generated entities
Current Behavior / Expected Behavior
ATM all DataSources which create entities will create a dynamic ContentType which doesn't know about the fields it contains.
Goal is to harden this, so that all the internal DataSources - eg. AppFiles - can create well defined ContentTypes.
Your environment
The text was updated successfully, but these errors were encountered: