add contacts
This commit is contained in:
593
package-lock.json
generated
593
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,6 +17,11 @@
|
|||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
},
|
||||||
|
"contacts": {
|
||||||
|
"type": "component",
|
||||||
|
"component": "shared.contact",
|
||||||
|
"repeatable": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
@@ -514,6 +514,7 @@ export interface ApiSiteConfigSiteConfig extends Struct.SingleTypeSchema {
|
|||||||
draftAndPublish: true;
|
draftAndPublish: true;
|
||||||
};
|
};
|
||||||
attributes: {
|
attributes: {
|
||||||
|
contacts: Schema.Attribute.Component<'shared.contact', true>;
|
||||||
createdAt: Schema.Attribute.DateTime;
|
createdAt: Schema.Attribute.DateTime;
|
||||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
|
|||||||
Reference in New Issue
Block a user