Needs review
Project:
Default Content
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 May 2024 at 12:26 UTC
Updated:
31 May 2024 at 04:21 UTC
Jump to comment: Most recent
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
Comment #2
simeComment #3
simeComment #4
delacosta456 commentedhi @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.
Comment #5
simeThanks i'll explore this