chore: update types of privacy policy and terms of use
Some checks failed
release-tag / build-and-deploy (push) Has been cancelled
Some checks failed
release-tag / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -24,18 +24,10 @@
|
|||||||
"repeatable": true
|
"repeatable": true
|
||||||
},
|
},
|
||||||
"privacyPolicy": {
|
"privacyPolicy": {
|
||||||
"type": "media",
|
"type": "richtext"
|
||||||
"multiple": false,
|
|
||||||
"allowedTypes": [
|
|
||||||
"files"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"termsOfUse": {
|
"termsOfUse": {
|
||||||
"type": "media",
|
"type": "richtext"
|
||||||
"multiple": false,
|
|
||||||
"allowedTypes": [
|
|
||||||
"files"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
types/generated/contentTypes.d.ts
vendored
4
types/generated/contentTypes.d.ts
vendored
@@ -535,9 +535,9 @@ export interface ApiSiteConfigSiteConfig extends Struct.SingleTypeSchema {
|
|||||||
'api::site-config.site-config'
|
'api::site-config.site-config'
|
||||||
> &
|
> &
|
||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
privacyPolicy: Schema.Attribute.Media<'files'>;
|
privacyPolicy: Schema.Attribute.RichText;
|
||||||
publishedAt: Schema.Attribute.DateTime;
|
publishedAt: Schema.Attribute.DateTime;
|
||||||
termsOfUse: Schema.Attribute.Media<'files'>;
|
termsOfUse: Schema.Attribute.RichText;
|
||||||
title: Schema.Attribute.String & Schema.Attribute.Required;
|
title: Schema.Attribute.String & Schema.Attribute.Required;
|
||||||
updatedAt: Schema.Attribute.DateTime;
|
updatedAt: Schema.Attribute.DateTime;
|
||||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||||
|
|||||||
Reference in New Issue
Block a user