File tree Expand file tree Collapse file tree 3 files changed +44
-1
lines changed
.wordpress-org/blueprints Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Original file line number Diff line number Diff line change
1
+ .bablerc.js
2
+ .eslintrc
3
+ .github/
4
+ .prettierrc
5
+ .wordpress-org/
6
+ tailwind.config.js
7
+ postcss.config.js
8
+ webpack.config.js
9
+ .eslintrc.js
10
+ .eslintrc.json
11
+ .travis.ci
12
+ tests/
13
+ .wordpress-org
Original file line number Diff line number Diff line change
1
+ {
2
+ "landingPage" : " /wp-admin/admin.php?page=wedocs" ,
3
+ "preferredVersions" : {
4
+ "wp" : " latest" ,
5
+ "php" : " 8.0"
6
+ },
7
+ "plugins" : [
8
+ " wedocs"
9
+ ],
10
+ "steps" : [
11
+ {
12
+ "step" : " login" ,
13
+ "username" : " admin"
14
+ },
15
+ {
16
+ "step" : " importWxr" ,
17
+ "file" : {
18
+ "resource" : " url" ,
19
+ "url" : " https://raw.githubusercontent.com/weDevsOfficial/wedocs-util/refs/heads/master/wedocs.WordPress.xml"
20
+ }
21
+ }
22
+ ]
23
+ }
Original file line number Diff line number Diff line change 6
6
" .phpcs.xml.dist" ,
7
7
" .svnignore" ,
8
8
" .travis.yml" ,
9
+ " .bablerc.js" ,
10
+ " .prettierrc" ,
11
+ " postcss.config.js" ,
12
+ " tailwind.config.js" ,
13
+ " webpack.config.js" ,
9
14
" LICENSE" ,
10
15
" readme.md" ,
11
16
" appsero.json" ,
16
21
" phpunit.xml.dist" ,
17
22
" bin" ,
18
23
" tests" ,
19
- " src"
24
+ " src" ,
25
+ " .wordpress-org" ,
26
+ " .github"
20
27
]
21
28
}
You can’t perform that action at this time.
0 commit comments