From 004c04e9a357b7fe9e88bfc50d058b22cb91d5eb 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 Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/en/optional/sample_news.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/optional/sample_news.yml b/installer/data/mysql/en/optional/sample_news.yml index 8368027c65..1f65050b1e 100644 --- a/installer/data/mysql/en/optional/sample_news.yml +++ b/installer/data/mysql/en/optional/sample_news.yml @@ -26,14 +26,18 @@ tables: multiline: [ content ] rows: - title: "Welcome to Koha" + category: "news" + 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" 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.32.0