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 66 " .phpcs.xml.dist" ,
77 " .svnignore" ,
88 " .travis.yml" ,
9+ " .bablerc.js" ,
10+ " .prettierrc" ,
11+ " postcss.config.js" ,
12+ " tailwind.config.js" ,
13+ " webpack.config.js" ,
914 " LICENSE" ,
1015 " readme.md" ,
1116 " appsero.json" ,
1621 " phpunit.xml.dist" ,
1722 " bin" ,
1823 " tests" ,
19- " src"
24+ " src" ,
25+ " .wordpress-org" ,
26+ " .github"
2027 ]
2128}
You can’t perform that action at this time.
0 commit comments