File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed
blueprints/theme-a11y-test Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://playground.wordpress.net/blueprint-schema.json" ,
3
+ "meta" : {
4
+ "title" : " Theme Tester" ,
5
+ "description" : " Blueprint example to add content and plugins to explore a theme" ,
6
+ "author" : " bph" ,
7
+ "categories" : [" themes" , " content" ]
8
+ },
9
+ "preferredVersions" :{
10
+ "php" :" 8.0" ,
11
+ "wp" :" beta"
12
+ },
13
+ "features" :{
14
+ "networking" :true
15
+ },
16
+ "steps" :[
17
+ {
18
+ "step" : " login"
19
+ },
20
+ {
21
+ "step" :" importWxr" ,
22
+ "file" :{
23
+ "resource" :" url" ,
24
+ "url" : " https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml"
25
+ }
26
+ },
27
+ {
28
+ "step" :" importWxr" ,
29
+ "file" :{
30
+ "resource" :" url" ,
31
+ "url" :" https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml"
32
+ }
33
+ },
34
+ {
35
+ "step" :" installPlugin" ,
36
+ "pluginZipFile" :{
37
+ "resource" :" wordpress.org/plugins" ,
38
+ "slug" :" create-block-theme"
39
+ },
40
+ "progress" :{
41
+ "weight" :2
42
+ }
43
+ },
44
+ {
45
+
46
+ "step" : " installTheme" ,
47
+ "themeZipFile" : {
48
+ "resource" : " wordpress.org/themes" ,
49
+ "slug" : " twentytwentyfour"
50
+ },
51
+ "options" : {
52
+ "activate" : true
53
+ }
54
+ }
55
+ ]
56
+ }
You can’t perform that action at this time.
0 commit comments