chore: add privacy policy and term of use
This commit is contained in:
@@ -22,6 +22,20 @@
|
|||||||
"type": "component",
|
"type": "component",
|
||||||
"component": "shared.contact",
|
"component": "shared.contact",
|
||||||
"repeatable": true
|
"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'
|
'api::site-config.site-config'
|
||||||
> &
|
> &
|
||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
|
privacyPolicy: Schema.Attribute.Media<'files'>;
|
||||||
publishedAt: Schema.Attribute.DateTime;
|
publishedAt: Schema.Attribute.DateTime;
|
||||||
|
termsOfUse: Schema.Attribute.Media<'files'>;
|
||||||
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