feat: Add gallery for attachments

This commit is contained in:
Maksim Eltyshev
2022-06-20 18:27:39 +02:00
parent 0bf4004046
commit 8f4d60c46f
22 changed files with 351 additions and 102 deletions

View File

@@ -321,4 +321,11 @@ module.exports = {
// baseUrl: 'https://example.com',
// internalEmailAddress: 'support@example.com',
},
routes: {
'GET /*': {
view: 'index',
skipAssets: true,
},
},
};