We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9994ac0 commit a5e3386Copy full SHA for a5e3386
adminforth/modules/configValidator.ts
@@ -399,8 +399,6 @@ export default class ConfigValidator implements IConfigValidator {
399
}
400
401
col.editingNote = typeof inCol.editingNote === 'string' ? { create: inCol.editingNote, edit: inCol.editingNote } : inCol.editingNote;
402
-
403
- col.showIn = col.showIn || Object.values(AdminForthResourcePages);
404
405
if (col.foreignResource) {
406
0 commit comments