- First commit to issue fork.
- Status changed to Needs work
over 1 year ago 3:09pm 4 May 2023 - First commit to issue fork.
- πΊπ¦Ukraine sickness29
Fixed code quality and added test, please have a look
Some entity types can declare base fields as computed to prevent having to store their data.
Modules can alter the base fields per entity type or per bundle using dedicated hooks so they can also add new computed (or not) fields.
We should be able to alter the fields that are exported so every project can define its own rules.
Add an alter hook to filter out fields from the field list in \Drupal\default_content\Normalizer\ContentEntityNormalizer::getFieldsToNormalize()
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Fixed code quality and added test, please have a look