feat: new layout

This commit is contained in:
MoreStrive
2024-06-28 15:39:26 +07:00
parent ab3419bd5f
commit ad962eda86
134 changed files with 4977 additions and 2985 deletions
+11 -4
View File
@@ -14,6 +14,7 @@ export {
articleSourceType,
digitalArticleCommentType,
sharingSiteType,
similarSites,
} from "./article.type";
export { attachmentType } from "./attachment.type";
@@ -35,19 +36,24 @@ export {
pageComponentTypes,
pageSectionTypes,
pageTaxonomy,
pageSectionTaxonomy,
pageDataQuery,
pageDataType,
pageComponentTaxonomy,
pageLayouts,
pageTemplates,
/* SECTION SETTINGS */
pageSectionTaxonomy,
pageSectionTempaltes,
pageSectionLayouts,
pageComponentLayouts,
/* COMPONENT SETTINGS */
pageComponentTaxonomy,
pageComponentTemplates,
pageComponentLayouts,
} from "./page.type";
export { placementType } from "./placement.type";
export { pollType, pollParticipantType, pollOptionType, pollResultPublication } from "./poll.type";
export { printinEditionType, printingPageType, printingPublicationType } from "./printing.type";
export { printinEditionType, printingPageType, printingPublicationType, printingIssueType } from "./printing.type";
export { qualificationType } from "./qualification.type";
export { quizType, quizAnswerType, quizQuestionType, quizResponseType, quizParticipantType, quizResultPublication } from "./quiz.type";
export { quotationType } from "./quotation.type";
@@ -60,3 +66,4 @@ export { templateType } from "./template.type";
export { criteriasType } from "./criteria.type";
export { topicType, topicPublishType } from "./topic.type";
export { scoreCategoryType } from "./score-category.type";
export { taxonomyCMS } from "./taxonomy.type";