50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
---
|
|
#
|
|
# Copyright 2020 Koha Development Team
|
|
#
|
|
# This file is part of Koha.
|
|
#
|
|
# Koha is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# Koha is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with Koha; if not, see <http://www.gnu.org/licenses>.
|
|
|
|
description:
|
|
- "Sample holidays: Sunday, Christmas, New Year's"
|
|
|
|
tables:
|
|
- repeatable_holidays:
|
|
translatable: [ description ]
|
|
multiline: []
|
|
rows:
|
|
- id: 2
|
|
branchcode: MPL
|
|
weekday: 0
|
|
day: ~
|
|
month: ~
|
|
title: ""
|
|
description: "Sundays"
|
|
|
|
- id: 3
|
|
branchcode: MPL
|
|
weekday: ~
|
|
day: 1
|
|
month: 1
|
|
title: ""
|
|
description: "New Year's Day"
|
|
|
|
- id: 4
|
|
branchcode: MPL
|
|
weekday: ~
|
|
day: 25
|
|
month: 12
|
|
title: ""
|
|
description: "Christmas"
|