feat: new layout
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user