Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/admin views #259

Merged
merged 4 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 80 additions & 5 deletions config/sync/language/da/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ display:
display_options:
exposed_form:
options:
submit_button: Filter
reset_button_label: Gendan
exposed_sorts_label: 'Sortér efter'
sort_asc_label: Stigende
Expand All @@ -17,23 +16,29 @@ display:
next: 'Næste ›'
first: '« Første'
last: 'Sidste »'
expose:
items_per_page_label: 'Antal pr. side'
items_per_page_options_all_label: '- Alle -'
offset_label: Begyndelse
fields:
title:
label: Titel
type:
label: Indholdstype
separator: ', '
name:
label: Forfatter
status:
label: Status
settings:
format_custom_true: Udgivet
format_custom_false: 'Ikke udgivet'
changed:
label: Opdateret
operations:
label: Handlinger
os2loop_shared_subject:
label: Emne
os2loop_shared_tags:
label: Nøgleord
filters:
title:
expose:
Expand All @@ -42,19 +47,29 @@ display:
expose:
label: Indholdstype
status:
expose:
label: Status
expose: { }
group_info:
label: Publiceringsstatus
group_items:
1:
title: Udgivet
2:
title: 'Ikke udgivet'
tid:
admin_label: Emne
expose:
label: Emne
tid_1:
admin_label: Nøgleord
expose:
label: Nøgleord
title: Indhold
empty:
area_text_custom:
content: 'Der er intet indhold at vise.'
header:
result:
content: 'Viser @start - @end af @total'
display_title: Standard
page_1:
display_options:
Expand All @@ -64,3 +79,63 @@ display:
title: Indhold
description: 'Find og håndtér indhold'
display_title: Side
page_2:
display_options:
menu:
title: Spørgsmål/Indlæg
title: Spørgsmål/Indlæg
filters:
title:
expose:
label: Titel
type:
expose:
label: Indholdstype
status:
group_info:
label: Publiseringsstatus
group_items:
1:
title: Publiseret
2:
title: 'Ikke publiseret'
tid:
admin_label: Emne
expose:
label: Emne
tid_1:
admin_label: Nøgleord
expose:
label: Nøgleord
comment_count:
expose:
label: Besvaret/Ubesvaret
group_info:
label: Besvaret/Ubesvaret
group_items:
2:
title: Besvaret
3:
title: Ubesvaret
fields:
title:
label: Titel
type:
label: Indholdstype
name:
label: Forfatter
status:
settings:
format_custom_true: Publiseret
format_custom_false: 'Ikke publiseret'
changed:
label: Opdateret
os2loop_shared_subject:
label: Emne
os2loop_shared_tags:
label: Nøgleord
comment_count:
label: 'Antal kommentarer'
operations:
label: Handlinger
display_title: Spørgsmål/Indlæg
2 changes: 1 addition & 1 deletion config/sync/views.view.comment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: ff2c6227-a206-4a9e-80ef-2d14a300bac2
langcode: en
status: true
status: false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a mistake?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we decided that view is not needed for now

dependencies:
module:
- comment
Expand Down
Loading