chore: add privacy policy and term of use
This commit is contained in:
@@ -22,6 +22,20 @@
|
||||
"type": "component",
|
||||
"component": "shared.contact",
|
||||
"repeatable": true
|
||||
},
|
||||
"privacyPolicy": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"allowedTypes": [
|
||||
"files"
|
||||
]
|
||||
},
|
||||
"termsOfUse": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"allowedTypes": [
|
||||
"files"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
types/generated/contentTypes.d.ts
vendored
2
types/generated/contentTypes.d.ts
vendored
@@ -535,7 +535,9 @@ export interface ApiSiteConfigSiteConfig extends Struct.SingleTypeSchema {
|
||||
'api::site-config.site-config'
|
||||
> &
|
||||
Schema.Attribute.Private;
|
||||
privacyPolicy: Schema.Attribute.Media<'files'>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
termsOfUse: Schema.Attribute.Media<'files'>;
|
||||
title: Schema.Attribute.String & Schema.Attribute.Required;
|
||||
updatedAt: Schema.Attribute.DateTime;
|
||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
|
||||
Reference in New Issue
Block a user