Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"require": {
"php": ">=7.0",
"winter/wn-backend-module": "~1.2.8",
"winter/wn-user-plugin": "~2.0.0|dev-main",
"composer/installers": "~1.0"
},
Expand Down
26 changes: 0 additions & 26 deletions controllers/channels/_list_toolbar.htm

This file was deleted.

7 changes: 0 additions & 7 deletions controllers/channels/_reorder_toolbar.htm

This file was deleted.

4 changes: 2 additions & 2 deletions controllers/channels/config_form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ===================================

# Record name
name: winter.forum::lang.channels.name
name: winter.forum::lang.channel.label

# Model Form Field configuration
form: ~/plugins/winter/forum/models/channel/fields.yaml
Expand All @@ -28,4 +28,4 @@ update:

# Preview page
preview:
title: winter.forum::lang.channels.preview
title: winter.forum::lang.channels.preview
2 changes: 1 addition & 1 deletion controllers/channels/config_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ list: ~/plugins/winter/forum/models/channel/columns.yaml
modelClass: Winter\Forum\Models\Channel

# List Title
title: winter.forum::lang.channels.manage
title: winter.forum::lang.channel.label_plural

# Link URL for each record
recordUrl: winter/forum/channels/update/:id
Expand Down
48 changes: 0 additions & 48 deletions controllers/channels/create.htm

This file was deleted.

1 change: 0 additions & 1 deletion controllers/channels/index.htm

This file was deleted.

19 changes: 0 additions & 19 deletions controllers/channels/preview.htm

This file was deleted.

8 changes: 0 additions & 8 deletions controllers/channels/reorder.htm

This file was deleted.

56 changes: 0 additions & 56 deletions controllers/channels/update.htm

This file was deleted.

2 changes: 2 additions & 0 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
'page_help' => 'Page name to use for clicking on a Member.',
],
'channel' => [
'label' => 'Channel',
'label_plural' => 'Channels',
'component_name' => 'Channel',
'component_description' => 'Displays a list of posts belonging to a channel.',
'page_name' => 'Channel Page',
Expand Down