Rename 'download' to 'files'
This commit is contained in:
@@ -108,7 +108,7 @@
|
|||||||
"BY-NC-ND"
|
"BY-NC-ND"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"download": {
|
"files": {
|
||||||
"type": "media",
|
"type": "media",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"required": false,
|
"required": false,
|
||||||
|
|||||||
Vendored
+1
-1
@@ -508,7 +508,7 @@ export interface ApiParoleParole extends Schema.CollectionType {
|
|||||||
creativeCommons: Attribute.Enumeration<
|
creativeCommons: Attribute.Enumeration<
|
||||||
['BY', 'BY-SA', 'BY-ND', 'BY-NC', 'BY-NC-SA', 'BY-NC-ND']
|
['BY', 'BY-SA', 'BY-ND', 'BY-NC', 'BY-NC-SA', 'BY-NC-ND']
|
||||||
>;
|
>;
|
||||||
download: Attribute.Media;
|
files: Attribute.Media;
|
||||||
createdAt: Attribute.DateTime;
|
createdAt: Attribute.DateTime;
|
||||||
updatedAt: Attribute.DateTime;
|
updatedAt: Attribute.DateTime;
|
||||||
publishedAt: Attribute.DateTime;
|
publishedAt: Attribute.DateTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user