Skip to content

Commit

Permalink
Deploying to gh-pages from @ 49624aa 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLegend committed Aug 6, 2024
1 parent 8290a7f commit dc59e68
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,20 @@ collections:
name: "body"
widget: "markdown"
i18n: true
- label: "Case highlight"
name: "casehighlight"
i18n: true
widget: "object"
fields:
- label: "Title"
name: "title"
widget: "markdown"
i18n: true
- label: "Content"
name: "content"
widget: "markdown"
i18n: true


######################################
# SECTION: Dictionary
Expand Down
14 changes: 14 additions & 0 deletions development/config-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,19 @@ collections:
name: "body"
widget: "markdown"
i18n: true
- label: "Case highlight"
name: "casehighlight"
i18n: true
widget: "object"
fields:
- label: "Title"
name: "title"
widget: "markdown"
i18n: true
- label: "Content"
name: "content"
widget: "markdown"
i18n: true

######################################
# SECTION: Dictionary
Expand Down Expand Up @@ -1414,6 +1427,7 @@ collections:
name: "body"
widget: "markdown"
i18n: true

########################################################################
# CONTENT BLOCKS
########################################################################
Expand Down
14 changes: 14 additions & 0 deletions staging/config-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,20 @@ collections:
name: "body"
widget: "markdown"
i18n: true
- label: "Case highlight"
name: "casehighlight"
i18n: true
widget: "object"
fields:
- label: "Title"
name: "title"
widget: "markdown"
i18n: true
- label: "Content"
name: "content"
widget: "markdown"
i18n: true


######################################
# SECTION: Dictionary
Expand Down

0 comments on commit dc59e68

Please sign in to comment.