- Issue created by @rajeshreeputra
- Merge request !23Resolve #3491488 "Error in Acquia Starterkit Article Recipe: Undefined Array Key person" → (Open) created by rajeshreeputra
- First commit to issue fork.
There is a warning message indicating an issue that array key "person" is not defined.
git clone https://git.drupalcode.org/project/acquia_starterkits.git acquia_starterkits && cd acquia_starterkits
git checkout 0.x
composer install
./vendor/bin/drush si standard
cd docroot
php core/scripts/drupal recipe ../recipes/acquia_starterkit_article
/admin/structure/types/manage/article/fields
see error.The article recipe should function without warnings, correctly handling all necessary entity references.
Active
Code