Blockbase: Add theme.json meta data (#4819)
This commit is contained in:
parent
c23cac3067
commit
63ca3f7ac3
7 changed files with 14 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
const child_theme_json = `{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"settings": {
|
||||
"custom": {}
|
||||
},
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"customTemplates": [
|
||||
{
|
||||
"name": "page-without-title",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"templateParts": [
|
||||
{
|
||||
"name": "header",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"customTemplates": [
|
||||
{
|
||||
"name": "page-without-title",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"templateParts": [
|
||||
{
|
||||
"name": "header",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"settings": {
|
||||
"color": {
|
||||
"gradients": [],
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/theme-v1.json",
|
||||
"version": 1,
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
|
|
Loading…
Reference in a new issue