Helmet
📢 Use this project, contribute to it
Helmet

Configuration
In this section, you first must add the primary instructions that will allow users to use the app's blocks in their store, such as:
Adding the app as a theme dependency in the
manifest.json
file;Declaring the app's main block in a given theme template or inside another block from the theme.
Helmet
props
Helmet
propsProp name
Type
Description
Default value
tags
tag[]
List oftag
objects
[]
tag
object:
Prop name
Type
Description
Default value
type
TypeEnum
(SeeTypeEnum
table)
meta
tagProps
object
An object with all the tag attributes and his values
-
tagContent
string
Content to be rendered inside the tag
-
TypeEnum
Name
Value
Description
Link
link
Renders a link tag
Meta
meta
Renders a meta tag
Script
script
Renders a script tag
Style
style
Renders a style tag
Last updated