Skip to content

Commit

Permalink
trigger dev workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Nov 14, 2024
1 parent a1e21e8 commit 88deb02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sanityv3/schemas/objects/background/imageBackground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ export default defineType({
name: 'useAnimation',
type: 'boolean',
description: 'Animates content over the background image.',
hidden: ({ parent }: any) => {
console.log('parent in image background', parent)
return false
},
}),
defineField({
title: 'Apply light gradient',
Expand Down

0 comments on commit 88deb02

Please sign in to comment.