Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9c5f08ebd |
@ -31,6 +31,10 @@
|
||||
"type": "time",
|
||||
"required": true,
|
||||
"default": "01:00:00.000"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
@ -508,6 +508,7 @@ export interface ApiServiceService extends Struct.CollectionTypeSchema {
|
||||
draftAndPublish: true;
|
||||
};
|
||||
attributes: {
|
||||
active: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo<false>;
|
||||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user