Преглед на файлове

add mapQuery to timeline

Benjamin Kornblum преди 7 месеца
родител
ревизия
c0f4a6abab
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 3 0
      src/api/timeline/content-types/timeline/schema.json
  2. 1 0
      types/generated/contentTypes.d.ts

+ 3 - 0
src/api/timeline/content-types/timeline/schema.json

@@ -60,6 +60,9 @@
         "left",
         "right"
       ]
+    },
+    "mapQuery": {
+      "type": "string"
     }
   }
 }

+ 1 - 0
types/generated/contentTypes.d.ts

@@ -641,6 +641,7 @@ export interface ApiTimelineTimeline extends Struct.CollectionTypeSchema {
       'oneToMany',
       'api::timeline.timeline'
     >;
+    mapQuery: Schema.Attribute.String;
     posittion: Schema.Attribute.Enumeration<['left', 'right']>;
     publishedAt: Schema.Attribute.DateTime;
     updatedAt: Schema.Attribute.DateTime;