Skip to content

Commit

Permalink
Roll back test theme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jul 31, 2024
1 parent ee0ffb2 commit 92b6b35
Showing 1 changed file with 10 additions and 61 deletions.
71 changes: 10 additions & 61 deletions test/emptytheme/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,68 +3,17 @@
"version": 3,
"settings": {
"appearanceTools": true,
"color": {
"defaultGradients": true,
"gradients": [
{
"slug": "fiery-cavern-of-doom",
"gradient": "linear-gradient(180deg, rgba(100,201,231,0.26936712184873945) 0%, rgba(212,183,64,0.5746892507002801) 46%, rgba(255,0,0,0.6335127801120448) 100%)",
"name": "Fiery cavern of doom"
}
]
"layout": {
"contentSize": "840px",
"wideSize": "1100px"
}
},
"styles": {

"background": {
"backgroundImage": {
"url": "https://images.pexels.com/photos/105819/pexels-photo-105819.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr="
},
"backgroundSize": "cover",
"backgroundAttachment": "fixed"
},
"blocks": {
"core/quote": {

"background": {
"backgroundImage": {
"url": "https://images.pexels.com/photos/22484288/pexels-photo-22484288/free-photo-of-the-circular-stone-terraces-of-the-inca-ruins.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
},
"backgroundSize": "cover"
},
"dimensions": {
"minHeight": "100px"
}
},
"core/verse": {

"background": {
"backgroundImage": {
"url": "https://images.pexels.com/photos/27269578/pexels-photo-27269578/free-photo-of-marti.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
},
"backgroundAttachment": "fixed",
"backgroundSize": "60px"
},
"dimensions": {
"minHeight": "100px"
}
},
"core/group": {
"background": {
"backgroundImage": {
"ref": "styles.blocks.core/verse.background.backgroundImage"
},
"backgroundAttachment": {
"ref": "styles.blocks.core/verse.background.backgroundAttachment"
},
"backgroundSize": {
"ref": "styles.blocks.core/verse.background.backgroundSize"
}
},
"dimensions": {
"minHeight": "111px"
}
}
"customTemplates": [
{
"name": "custom-template",
"title": "Custom",
"postTypes": [ "post" ]
}
}
],
"patterns": [ "short-text-surrounded-by-round-images", "partner-logos" ]
}

0 comments on commit 92b6b35

Please sign in to comment.