From c30c12674a5e9f584a7ed8cd84a502609c3e57af Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 3 Aug 2026 22:41:31 -0400 Subject: [PATCH] Sync DB Seed data between setup and setup cli --- admin/includes/side_nav.php | 6 + admin/post/starter_content.php | 47 + admin/post/starter_content_model.php | 1227 ++++++++++++++++++++++++++ admin/starter_content.php | 109 +++ scripts/setup_cli.php | 110 +-- setup/index.php | 143 +-- setup/seed_data.php | 164 ++++ 7 files changed, 1561 insertions(+), 245 deletions(-) create mode 100644 admin/post/starter_content.php create mode 100644 admin/post/starter_content_model.php create mode 100644 admin/starter_content.php create mode 100644 setup/seed_data.php diff --git a/admin/includes/side_nav.php b/admin/includes/side_nav.php index fe3156ad7..fe2ba5465 100644 --- a/admin/includes/side_nav.php +++ b/admin/includes/side_nav.php @@ -203,6 +203,12 @@

Update

+