Explorar el Código

content pages

Benjamin Kornblum hace 9 meses
padre
commit
e52385b13c

+ 2 - 2
src/api/page/content-types/page/schema.json

@@ -32,8 +32,8 @@
         }
       }
     },
-    "OtherContent": {
-      "type": "richtext"
+    "path": {
+      "type": "string"
     }
   }
 }

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

@@ -517,7 +517,7 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
       Schema.Attribute.Private;
     locale: Schema.Attribute.String;
     localizations: Schema.Attribute.Relation<'oneToMany', 'api::page.page'>;
-    OtherContent: Schema.Attribute.RichText;
+    path: Schema.Attribute.String;
     publishedAt: Schema.Attribute.DateTime;
     Title: Schema.Attribute.String &
       Schema.Attribute.SetPluginOptions<{