Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
},
"tabName": {
"type": "string"
},
"waitlistSection": {
"type": "component",
"repeatable": false,
"component": "r-and-d-page.waitlist-section"
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "research",
"pluralName": "researches",
"displayName": "research",
"displayName": "Research",
"description": ""
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"pluginOptions": {},
"attributes": {
"Topic": {
"topic": {
"type": "text"
},
"paperLink": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
{
"kind": "singleType",
"collectionName": "r_and_d_page_fellowship_waitlist_sections",
"collectionName": "components_r_and_d_page_waitlist_sections",
"info": {
"singularName": "r-and-d-page-fellowship-waitlist-section",
"pluralName": "r-and-d-page-fellowship-waitlist-sections",
"displayName": "R&DPageFellowshipWaitlistSection"
"displayName": "WaitlistSection"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"options": {},
"attributes": {
"header": {
"type": "string"
Expand Down
14 changes: 14 additions & 0 deletions cms-backend/types/generated/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
import type { Struct, Schema } from '@strapi/strapi';

export interface RAndDPageWaitlistSection extends Struct.ComponentSchema {
collectionName: 'components_r_and_d_page_waitlist_sections';
info: {
displayName: 'WaitlistSection';
};
attributes: {
header: Schema.Attribute.String;
applyButton: Schema.Attribute.Component<'content.button-link', false>;
arrowLink: Schema.Attribute.Component<'content.button-link', false>;
icon: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
};
}

export interface RAndDPageKlerosBook extends Struct.ComponentSchema {
collectionName: 'components_r_and_d_page_kleros_books';
info: {
Expand Down Expand Up @@ -199,6 +212,7 @@ export interface ContentButtonLink extends Struct.ComponentSchema {
declare module '@strapi/strapi' {
export module Public {
export interface ComponentSchemas {
'r-and-d-page.waitlist-section': RAndDPageWaitlistSection;
'r-and-d-page.kleros-book': RAndDPageKlerosBook;
'pnk-token-page.token-stat-display': PnkTokenPageTokenStatDisplay;
'for-builders-page.solution-section': ForBuildersPageSolutionSection;
Expand Down
40 changes: 6 additions & 34 deletions cms-backend/types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1467,37 +1467,10 @@ export interface ApiRAndDPageFellowshipTabSectionRAndDPageFellowshipTabSection
testimonialsHeader: Schema.Attribute.String;
fellowsHeader: Schema.Attribute.String;
tabName: Schema.Attribute.String;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::r-and-d-page-fellowship-tab-section.r-and-d-page-fellowship-tab-section'
waitlistSection: Schema.Attribute.Component<
'r-and-d-page.waitlist-section',
false
>;
};
}

export interface ApiRAndDPageFellowshipWaitlistSectionRAndDPageFellowshipWaitlistSection
extends Struct.SingleTypeSchema {
collectionName: 'r_and_d_page_fellowship_waitlist_sections';
info: {
singularName: 'r-and-d-page-fellowship-waitlist-section';
pluralName: 'r-and-d-page-fellowship-waitlist-sections';
displayName: 'R&DPageFellowshipWaitlistSection';
};
options: {
draftAndPublish: true;
};
attributes: {
header: Schema.Attribute.String;
applyButton: Schema.Attribute.Component<'content.button-link', false>;
arrowLink: Schema.Attribute.Component<'content.button-link', false>;
icon: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
Expand All @@ -1508,7 +1481,7 @@ export interface ApiRAndDPageFellowshipWaitlistSectionRAndDPageFellowshipWaitlis
locale: Schema.Attribute.String;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::r-and-d-page-fellowship-waitlist-section.r-and-d-page-fellowship-waitlist-section'
'api::r-and-d-page-fellowship-tab-section.r-and-d-page-fellowship-tab-section'
>;
};
}
Expand Down Expand Up @@ -1588,7 +1561,7 @@ export interface ApiResearchResearch extends Struct.CollectionTypeSchema {
info: {
singularName: 'research';
pluralName: 'researches';
displayName: 'research';
displayName: 'Research';
description: '';
};
options: {
Expand Down Expand Up @@ -1792,7 +1765,7 @@ export interface ApiThirdPartyPublicationThirdPartyPublication
draftAndPublish: true;
};
attributes: {
Topic: Schema.Attribute.Text;
topic: Schema.Attribute.Text;
paperLink: Schema.Attribute.Component<'content.button-link', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
Expand Down Expand Up @@ -2348,7 +2321,6 @@ declare module '@strapi/strapi' {
'api::pnk-token-page-need-section.pnk-token-page-need-section': ApiPnkTokenPageNeedSectionPnkTokenPageNeedSection;
'api::pnk-token-page-tokenomics-section.pnk-token-page-tokenomics-section': ApiPnkTokenPageTokenomicsSectionPnkTokenPageTokenomicsSection;
'api::r-and-d-page-fellowship-tab-section.r-and-d-page-fellowship-tab-section': ApiRAndDPageFellowshipTabSectionRAndDPageFellowshipTabSection;
'api::r-and-d-page-fellowship-waitlist-section.r-and-d-page-fellowship-waitlist-section': ApiRAndDPageFellowshipWaitlistSectionRAndDPageFellowshipWaitlistSection;
'api::r-and-d-page-hero.r-and-d-page-hero': ApiRAndDPageHeroRAndDPageHero;
'api::r-and-d-page-research-tab-section.r-and-d-page-research-tab-section': ApiRAndDPageResearchTabSectionRAndDPageResearchTabSection;
'api::research.research': ApiResearchResearch;
Expand Down