Skip to content

Commit

Permalink
change schema
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbermanssw committed Nov 29, 2024
1 parent f83b0c1 commit 210f472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/blocks/CompareBox/CompareBox.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ export const compareBoxTemplate: Template = {
},
fields: [
{ name: 'headline', label: 'Headline', type: 'string' },
{ name: 'logoColour', label: 'Logo Link (Colour)', type: 'string' },
{ name: 'logoWhite', label: 'Logo Link (White)', type: 'string' },
{ name: 'logoColour', label: 'Logo Link (Colour)', type: 'image' },
{ name: 'logoWhite', label: 'Logo Link (White)', type: 'image' },
{
name: 'active',
label: 'Active',
Expand Down
2 changes: 1 addition & 1 deletion tina/tina-lock.json

Large diffs are not rendered by default.

0 comments on commit 210f472

Please sign in to comment.