From 894fe85c0ff1f2a9ead8b8b8cd7c614e1ac699ab Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Sat, 9 Nov 2024 16:07:07 +0100 Subject: [PATCH] [TASK] Cleanup settings.definitions.yaml - add categories - move labels to labels.xlf --- Configuration/Sets/Books/labels.xlf | 52 +++++++++++++++++++ .../Sets/Books/settings.definitions.yaml | 31 +++++------ 2 files changed, 66 insertions(+), 17 deletions(-) create mode 100644 Configuration/Sets/Books/labels.xlf diff --git a/Configuration/Sets/Books/labels.xlf b/Configuration/Sets/Books/labels.xlf new file mode 100644 index 0000000..f40215e --- /dev/null +++ b/Configuration/Sets/Books/labels.xlf @@ -0,0 +1,52 @@ + + + +
+ + + Book Libraries + + + + Book Libraries + + + + Book plugin page id + + + page id + + + Author plugin page id + + + page id + + + Category plugin page id + + + page id + + + Series plugin page id + + + page id + + + Search plugin page id + + + page id + + + Exclude category list + + + List of category ids to be excluded + + + + diff --git a/Configuration/Sets/Books/settings.definitions.yaml b/Configuration/Sets/Books/settings.definitions.yaml index 53c4cdd..1cb780e 100644 --- a/Configuration/Sets/Books/settings.definitions.yaml +++ b/Configuration/Sets/Books/settings.definitions.yaml @@ -1,31 +1,28 @@ +categories: + sf-books: ~ + settings: evoweb.sf_books.bookPageId: - default: '' - label: 'Book plugin page id' + default: 0 type: int - description: 'page id' + category: sf-books evoweb.sf_books.authorPageId: - default: '' - label: 'Author plugin page id' + default: 0 type: int - description: 'page id' + category: sf-books evoweb.sf_books.categoryPageId: - default: '' - label: 'Category plugin page id' + default: 0 type: int - description: 'page id' + category: sf-books evoweb.sf_books.seriesPageId: - default: '' - label: 'Series plugin page id' + default: 0 type: int - description: 'page id' + category: sf-books evoweb.sf_books.searchPageId: - default: '' - label: 'Search plugin page id' + default: 0 type: int - description: 'page id' + category: sf-books evoweb.sf_books.excludeCategories: default: '' - label: 'Exclude category list' type: string - description: 'List of category ids to be excluded' + category: sf-books