build: upgrade to v4.25.10
This commit is contained in:
Vendored
+17
-17
@@ -15,6 +15,22 @@ export interface UrlLiens extends Schema.Component {
|
||||
};
|
||||
}
|
||||
|
||||
export interface TradTraductions extends Schema.Component {
|
||||
collectionName: 'components_trad_traductions';
|
||||
info: {
|
||||
displayName: 'Traductions';
|
||||
icon: 'spell-check';
|
||||
description: '';
|
||||
};
|
||||
attributes: {
|
||||
francais: Attribute.RichText;
|
||||
anglais: Attribute.RichText;
|
||||
espagnol: Attribute.RichText;
|
||||
allemand: Attribute.RichText;
|
||||
italien: Attribute.RichText;
|
||||
};
|
||||
}
|
||||
|
||||
export interface StoreAlbum extends Schema.Component {
|
||||
collectionName: 'components_store_albums';
|
||||
info: {
|
||||
@@ -39,22 +55,6 @@ export interface StoreAlbum extends Schema.Component {
|
||||
};
|
||||
}
|
||||
|
||||
export interface TradTraductions extends Schema.Component {
|
||||
collectionName: 'components_trad_traductions';
|
||||
info: {
|
||||
displayName: 'Traductions';
|
||||
icon: 'spell-check';
|
||||
description: '';
|
||||
};
|
||||
attributes: {
|
||||
francais: Attribute.RichText;
|
||||
anglais: Attribute.RichText;
|
||||
espagnol: Attribute.RichText;
|
||||
allemand: Attribute.RichText;
|
||||
italien: Attribute.RichText;
|
||||
};
|
||||
}
|
||||
|
||||
export interface DifferenceParolesDiff extends Schema.Component {
|
||||
collectionName: 'components_diff_paroles_diffs';
|
||||
info: {
|
||||
@@ -88,8 +88,8 @@ declare module '@strapi/types' {
|
||||
export module Shared {
|
||||
export interface Components {
|
||||
'url.liens': UrlLiens;
|
||||
'store.album': StoreAlbum;
|
||||
'trad.traductions': TradTraductions;
|
||||
'store.album': StoreAlbum;
|
||||
'difference.paroles-diff': DifferenceParolesDiff;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user