Problem/Motivation

I have a small blog and i want to automatically import/export all content of certain entity types, either by automatically updating the info.yml with UUIDs, or just having a way to calculate all content as a dependency. What would be the best way to do this?

If this is not currently possibleI can provide a patch or custom module with some guidance about how you want it to be done.

Comments

sime created an issue. See original summary.

sime’s picture

Issue summary: View changes
sime’s picture

Issue summary: View changes
delacosta456’s picture

hi @sime

Not **AUTOMATICALLY** but here =>(Drush comand to export all items from entity with defined criteria) may be a start point of export by entity type that i am using.

and then re-enabling the custom-default-content-module (in CI/CD) will do the remaining task.

For more export option here => (Add `drush dcer --bundles` option to limit export) may help but I haven't tested.

sime’s picture

Assigned: Unassigned » sime
Status: Active » Needs review

Thanks i'll explore this