Feature #103037
openEpic #103033: New Record Creation Workflow / Process
Editors should be able to re-use existing content (also from external)
0%
Description
Imagine you want to create a new site, or just a new page (with default content), or just a content element.
Right now, this is handled via EXT:impexp, as you can see with EXT:introduction_package. But this only happens during install, is limited to admins, and can only be done once.
However, EXT:styleguide has some "magic" under the hood, and EXT:bootstrap_package as well. Even EXT:solr has stuff for their ddev test installation.
We need to consolidate this, find one good way to create a new site (guided, as you need some parameters, such as the Domain, used languages, and some other settings like the 404 page) as an Admin (or in some cases, just non-admins).
A GUI is a must to deal with such things, this is a "better import". However, the definition of such content structure needs to be laid out as well, thus, in order to export this in a newly "EXT:introduction_package".
Whether we follow the footsteps of EXT:impexp or something new is a technical detail IMHO. It is however obvious that we lack this functionality.