home and about page

This commit is contained in:
Schneider Roland
2025-01-26 11:06:15 +01:00
parent 86dda89db9
commit 04c436cb34
76 changed files with 2036 additions and 176 deletions

View File

@@ -388,22 +388,22 @@ export interface ApiAboutAbout extends Struct.SingleTypeSchema {
attributes: {
aboutUs: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-about-us-component.yoga-about-us-component'
'api::yoga-about-us-with-boxes-component.yoga-about-us-with-boxes-component'
>;
achievements: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-achivements-component.yoga-achivements-component'
>;
blogs: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-blog-posts-component.yoga-blog-posts-component'
>;
contactUs: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-contact-us.yoga-contact-us'
>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
feedbacks: Schema.Attribute.Relation<
discount: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-customer-feedback-component.yoga-customer-feedback-component'
'api::yoga-discount-component.yoga-discount-component'
>;
footer: Schema.Attribute.Relation<
'oneToOne',
@@ -417,17 +417,13 @@ export interface ApiAboutAbout extends Struct.SingleTypeSchema {
}>;
locale: Schema.Attribute.String;
localizations: Schema.Attribute.Relation<'oneToMany', 'api::about.about'>;
ourServices: Schema.Attribute.Relation<
ourMission: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-our-services-component.yoga-our-services-component'
'api::yoga-text-with-image-component.yoga-text-with-image-component'
>;
ourSpecialities: Schema.Attribute.Relation<
ourVision: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-specialities-component.yoga-specialities-component'
>;
prices: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-price-component.yoga-price-component'
'api::yoga-text-with-image-component.yoga-text-with-image-component'
>;
publishedAt: Schema.Attribute.DateTime;
subscribeNow: Schema.Attribute.Relation<
@@ -576,6 +572,75 @@ export interface ApiGlobalGlobal extends Struct.SingleTypeSchema {
};
}
export interface ApiHomeHome extends Struct.SingleTypeSchema {
collectionName: 'homes';
info: {
description: '';
displayName: 'Home';
pluralName: 'homes';
singularName: 'home';
};
options: {
draftAndPublish: true;
};
pluginOptions: {
i18n: {
localized: true;
};
};
attributes: {
aboutUs: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-about-us-component.yoga-about-us-component'
>;
blogs: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-blog-posts-component.yoga-blog-posts-component'
>;
contactUs: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-contact-us.yoga-contact-us'
>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
feedbacks: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-customer-feedback-component.yoga-customer-feedback-component'
>;
footer: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-footer.yoga-footer'
>;
header: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-main-header-component.yoga-main-header-component'
>;
locale: Schema.Attribute.String;
localizations: Schema.Attribute.Relation<'oneToMany', 'api::home.home'>;
ourServices: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-our-services-component.yoga-our-services-component'
>;
ourSpecialities: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-specialities-component.yoga-specialities-component'
>;
prices: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-price-component.yoga-price-component'
>;
publishedAt: Schema.Attribute.DateTime;
subscribeNow: Schema.Attribute.Relation<
'oneToOne',
'api::yoga-subscribe-now-component.yoga-subscribe-now-component'
>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiPagePage extends Struct.CollectionTypeSchema {
collectionName: 'pages';
info: {
@@ -716,6 +781,112 @@ export interface ApiYogaAboutUsComponentYogaAboutUsComponent
};
}
export interface ApiYogaAboutUsWithBoxesComponentYogaAboutUsWithBoxesComponent
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_about_us_with_boxes_components';
info: {
description: '';
displayName: 'YogaAboutUsWithBoxesComponent';
pluralName: 'yoga-about-us-with-boxes-components';
singularName: 'yoga-about-us-with-boxes-component';
};
options: {
draftAndPublish: true;
};
attributes: {
box1: Schema.Attribute.String;
box2: Schema.Attribute.String;
box3: Schema.Attribute.String;
box4: Schema.Attribute.String;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
description: Schema.Attribute.Text;
header: Schema.Attribute.String;
image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::yoga-about-us-with-boxes-component.yoga-about-us-with-boxes-component'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiYogaAchivementYogaAchivement
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_achivements';
info: {
description: '';
displayName: 'YogaAchievements';
pluralName: 'yoga-achivements';
singularName: 'yoga-achivement';
};
options: {
draftAndPublish: true;
};
attributes: {
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::yoga-achivement.yoga-achivement'
> &
Schema.Attribute.Private;
name: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime;
title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiYogaAchivementsComponentYogaAchivementsComponent
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_achivements_components';
info: {
description: '';
displayName: 'YogaAchievementsComponent';
pluralName: 'yoga-achivements-components';
singularName: 'yoga-achivements-component';
};
options: {
draftAndPublish: true;
};
attributes: {
achievements: Schema.Attribute.Relation<
'oneToMany',
'api::yoga-achivement.yoga-achivement'
>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
description: Schema.Attribute.Text;
header: Schema.Attribute.String;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::yoga-achivements-component.yoga-achivements-component'
> &
Schema.Attribute.Private;
name: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime;
title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiYogaBlogPostYogaBlogPost
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_blog_posts';
@@ -938,6 +1109,42 @@ export interface ApiYogaCustomerFeedbackYogaCustomerFeedback
};
}
export interface ApiYogaDiscountComponentYogaDiscountComponent
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_discount_components';
info: {
description: '';
displayName: 'YogaDiscountComponent';
pluralName: 'yoga-discount-components';
singularName: 'yoga-discount-component';
};
options: {
draftAndPublish: true;
};
attributes: {
button: Schema.Attribute.Component<'yoga-site.button', false> &
Schema.Attribute.Required;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
description: Schema.Attribute.RichText;
headerDiscount: Schema.Attribute.String;
headerPart1: Schema.Attribute.String;
headerPart2: Schema.Attribute.String;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::yoga-discount-component.yoga-discount-component'
> &
Schema.Attribute.Private;
name: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiYogaFooterYogaFooter extends Struct.CollectionTypeSchema {
collectionName: 'yoga_footers';
info: {
@@ -976,6 +1183,41 @@ export interface ApiYogaFooterYogaFooter extends Struct.CollectionTypeSchema {
};
}
export interface ApiYogaMainHeaderComponentYogaMainHeaderComponent
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_main_header_components';
info: {
displayName: 'YogaMainHeaderComponent';
pluralName: 'yoga-main-header-components';
singularName: 'yoga-main-header-component';
};
options: {
draftAndPublish: true;
};
attributes: {
button: Schema.Attribute.Component<'yoga-site.button', false> &
Schema.Attribute.Required;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
description: Schema.Attribute.Text;
header: Schema.Attribute.String;
headerIType: Schema.Attribute.String;
image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::yoga-main-header-component.yoga-main-header-component'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiYogaOurServicesComponentYogaOurServicesComponent
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_our_services_components';
@@ -1396,6 +1638,44 @@ export interface ApiYogaTagYogaTag extends Struct.CollectionTypeSchema {
};
}
export interface ApiYogaTextWithImageComponentYogaTextWithImageComponent
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_text_with_image_components';
info: {
description: '';
displayName: 'YogaTextWithImageComponent';
pluralName: 'yoga-text-with-image-components';
singularName: 'yoga-text-with-image-component';
};
options: {
draftAndPublish: true;
};
attributes: {
button: Schema.Attribute.Component<'yoga-site.button', false> &
Schema.Attribute.Required;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
description: Schema.Attribute.Text;
header: Schema.Attribute.String;
image: Schema.Attribute.Media<'images' | 'files'> &
Schema.Attribute.Required;
imagePosition: Schema.Attribute.Enumeration<['Left', 'Right']>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::yoga-text-with-image-component.yoga-text-with-image-component'
> &
Schema.Attribute.Private;
name: Schema.Attribute.String & Schema.Attribute.Required;
publishedAt: Schema.Attribute.DateTime;
title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface PluginContentReleasesRelease
extends Struct.CollectionTypeSchema {
collectionName: 'strapi_releases';
@@ -1910,15 +2190,21 @@ declare module '@strapi/strapi' {
'api::author.author': ApiAuthorAuthor;
'api::category.category': ApiCategoryCategory;
'api::global.global': ApiGlobalGlobal;
'api::home.home': ApiHomeHome;
'api::page.page': ApiPagePage;
'api::person.person': ApiPersonPerson;
'api::yoga-about-us-component.yoga-about-us-component': ApiYogaAboutUsComponentYogaAboutUsComponent;
'api::yoga-about-us-with-boxes-component.yoga-about-us-with-boxes-component': ApiYogaAboutUsWithBoxesComponentYogaAboutUsWithBoxesComponent;
'api::yoga-achivement.yoga-achivement': ApiYogaAchivementYogaAchivement;
'api::yoga-achivements-component.yoga-achivements-component': ApiYogaAchivementsComponentYogaAchivementsComponent;
'api::yoga-blog-post.yoga-blog-post': ApiYogaBlogPostYogaBlogPost;
'api::yoga-blog-posts-component.yoga-blog-posts-component': ApiYogaBlogPostsComponentYogaBlogPostsComponent;
'api::yoga-contact-us.yoga-contact-us': ApiYogaContactUsYogaContactUs;
'api::yoga-customer-feedback-component.yoga-customer-feedback-component': ApiYogaCustomerFeedbackComponentYogaCustomerFeedbackComponent;
'api::yoga-customer-feedback.yoga-customer-feedback': ApiYogaCustomerFeedbackYogaCustomerFeedback;
'api::yoga-discount-component.yoga-discount-component': ApiYogaDiscountComponentYogaDiscountComponent;
'api::yoga-footer.yoga-footer': ApiYogaFooterYogaFooter;
'api::yoga-main-header-component.yoga-main-header-component': ApiYogaMainHeaderComponentYogaMainHeaderComponent;
'api::yoga-our-services-component.yoga-our-services-component': ApiYogaOurServicesComponentYogaOurServicesComponent;
'api::yoga-price-component.yoga-price-component': ApiYogaPriceComponentYogaPriceComponent;
'api::yoga-price.yoga-price': ApiYogaPriceYogaPrice;
@@ -1927,6 +2213,7 @@ declare module '@strapi/strapi' {
'api::yoga-specialities-component.yoga-specialities-component': ApiYogaSpecialitiesComponentYogaSpecialitiesComponent;
'api::yoga-subscribe-now-component.yoga-subscribe-now-component': ApiYogaSubscribeNowComponentYogaSubscribeNowComponent;
'api::yoga-tag.yoga-tag': ApiYogaTagYogaTag;
'api::yoga-text-with-image-component.yoga-text-with-image-component': ApiYogaTextWithImageComponentYogaTextWithImageComponent;
'plugin::content-releases.release': PluginContentReleasesRelease;
'plugin::content-releases.release-action': PluginContentReleasesReleaseAction;
'plugin::i18n.locale': PluginI18NLocale;