- Info sul Conto Collettivo

- HomePage
This commit is contained in:
Surya Paolo
2023-02-20 02:19:53 +01:00
parent 874114942a
commit 0076adac76
5 changed files with 73 additions and 61 deletions

View File

@@ -135,6 +135,7 @@ const MyPageSchema = new Schema({
MyPageSchema.statics.getFieldsForSearch = function () {
return [{ field: 'title', type: tools.FieldType.string },
{ field: 'path', type: tools.FieldType.string },
{ field: 'keywords', type: tools.FieldType.string },
{ field: 'description', type: tools.FieldType.string },
{ field: 'content', type: tools.FieldType.string }]