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 website/modules/case-studies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
},
perPage: 6,
alias: 'caseStudy',
shortcut: false,
},
fields: {
add: {
Expand Down
2 changes: 1 addition & 1 deletion website/modules/cases-tags/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
label: 'Case Study Tag',
pluralLabel: 'Case Studies Tags',
slugPrefix: 'cases-tag-',
shortcut: 'G,H',
withRelationships: ['_category'],
shortcut: false,
},
fields: {
add: {
Expand Down
1 change: 1 addition & 0 deletions website/modules/categories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
options: {
label: 'Category',
pluralLabel: 'Categories',
shortcut: false,
},
fields: {
add: {
Expand Down
6 changes: 3 additions & 3 deletions website/modules/team-members/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module.exports = {
cascades: ['batchOperations'],
extend: '@apostrophecms/piece-type',
options: {
label: 'Team Leader',
pluralLabel: 'Team Leaders',
shortcut: 'G,K',
label: 'Team Member',
pluralLabel: 'Team Members',
shortcut: false,
sort: {
title: 1,
updatedAt: -1,
Expand Down
1 change: 1 addition & 0 deletions website/modules/testimonials/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
label: 'Testimonial',
pluralLabel: 'Testimonials',
searchable: false,
shortcut: false,
},
fields: {
add: {
Expand Down
Loading