@@ -, +, @@ --- installer/data/mysql/en/optional/sample_news.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- a/installer/data/mysql/en/optional/sample_news.yml +++ a/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 --