Skip to content

Commit 78adf5f

Browse files
committed
Remove outdated test files and theme.json configuration
- Deleted test files: test-theme-setup.php, test-utils.js, theme-json-validation.test.js - Removed theme.json configuration file - Cleaned up codebase by eliminating unused test utilities and validation tests
1 parent 1db44d0 commit 78adf5f

File tree

121 files changed

+19
-16838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+19
-16838
lines changed

.github/schemas/theme-config.schema.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,19 +144,25 @@
144144
"type": "string",
145145
"description": "Support forum/page URL",
146146
"format": "uri",
147-
"examples": ["https://wordpress.org/support/theme/tour-starter"]
147+
"examples": [
148+
"https://wordpress.org/support/theme/tour-starter"
149+
]
148150
},
149151
"docs_url": {
150152
"type": "string",
151153
"description": "Documentation URL",
152154
"format": "uri",
153-
"examples": ["https://github.com/lightspeedwp/tour-starter/wiki"]
155+
"examples": [
156+
"https://github.com/lightspeedwp/tour-starter/wiki"
157+
]
154158
},
155159
"changelog_url": {
156160
"type": "string",
157161
"description": "Changelog URL",
158162
"format": "uri",
159-
"examples": ["https://github.com/lightspeedwp/tour-starter/releases"]
163+
"examples": [
164+
"https://github.com/lightspeedwp/tour-starter/releases"
165+
]
160166
},
161167
"discord_url": {
162168
"type": "string",
@@ -473,13 +479,18 @@
473479
"type": "string",
474480
"description": "Default hero section title",
475481
"default": "Welcome to Your New Website",
476-
"examples": ["Discover Your Next Adventure", "Transform Your Business"]
482+
"examples": [
483+
"Discover Your Next Adventure",
484+
"Transform Your Business"
485+
]
477486
},
478487
"hero_description": {
479488
"type": "string",
480489
"description": "Default hero section description",
481490
"default": "This is a modern WordPress block theme built with performance and accessibility in mind.",
482-
"examples": ["Explore amazing destinations with expert guides"]
491+
"examples": [
492+
"Explore amazing destinations with expert guides"
493+
]
483494
},
484495
"hero_button_text": {
485496
"type": "string",
@@ -497,7 +508,9 @@
497508
"type": "string",
498509
"description": "Default call-to-action description",
499510
"default": "Join thousands of satisfied customers.",
500-
"examples": ["Don't miss out on the experience of a lifetime"]
511+
"examples": [
512+
"Don't miss out on the experience of a lifetime"
513+
]
501514
},
502515
"cta_button_text": {
503516
"type": "string",

.test-temp/inc/README.md

Lines changed: 0 additions & 168 deletions
This file was deleted.

.test-temp/inc/block-patterns.php

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)