create-profile.sh: copy more stuff from the current profile to the new one
authorAntonio Ospite <ao2@ao2.it>
Mon, 12 Mar 2018 09:59:09 +0000 (10:59 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:30:04 +0000 (13:30 +0100)
The "drupal generate:profile" command only provides a stub
implementation for the .install and .profile files which are only fine
when writing a new installation profile from scratch.

When creating a profile form an installed one, it is appropriate to
preserve as much as possible of the original profile, so copy code and
data from the currently installed profile to the newly created one,
adjusting them to the new profile name.


No differences found