Skip to content

Commit

Permalink
Merge pull request #579 from Shopify/fix/remove-private
Browse files Browse the repository at this point in the history
Remove private from theme block API
  • Loading branch information
charlespwd authored May 3, 2024
2 parents d8dd1fa + 8ef4ac5 commit fb6089c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions schemas/theme/theme_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@
"type": "string",
"description": "When Shopify renders a block, it's wrapped in an HTML element with the shopify-block class. You can append other classes by using the class attribute.",
"markdownDescription": "When Shopify renders a block, it's wrapped in an HTML element with the `shopify-block` class. You can append other classes by using the class attribute.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#class)"
},

"private": {
"type": "boolean",
"description": "A block can be set to private, such that it will have to be explicitly included for use in other blocks or sections. If the private attribute is omitted, then the block is accessible to any block or section that accepts theme blocks.",
"markdownDescription": "A block can be set to private, such that it will have to be explicitly included for use in other blocks or sections. If the private attribute is omitted, then the block is accessible to any block or section that accepts theme blocks.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#private)"
}
}
}

0 comments on commit fb6089c

Please sign in to comment.