From 6b78d80495983009da8c94506b141e758890d65b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 11 Aug 2021 16:50:18 +0200 Subject: [PATCH] Bug 24387: Fix sample_news.yml installer file --- installer/data/mysql/en/optional/sample_news.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/optional/sample_news.yml b/installer/data/mysql/en/optional/sample_news.yml index 8368027c65b..7023d8c02a0 100644 --- a/installer/data/mysql/en/optional/sample_news.yml +++ b/installer/data/mysql/en/optional/sample_news.yml @@ -26,14 +26,20 @@ tables: multiline: [ content ] rows: - title: "Welcome to Koha" + category: "news" + code: "News_1" + location: "staff_only" content: - "Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe." - lang: "koha" + lang: "default" published_on: "2007-10-29 05:25:58" expirationdate: "2099-01-10" number: 1 - title: "What's Next?" + category: "news" + location: "staff_only" + code: "News_2" content: - "Now that you've installed Koha, what's next? Here are some suggestions:" - "" - "" - lang: "koha" + lang: "default" published_on: "2007-10-29 05:34:45" expirationdate: "2099-01-10" number: 2 -- 2.25.1