plugin: Dynamic CPT & Taxonomy Generator#169
Conversation
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
|
Hi @Rima1889 The blueprint is broken: |
|
Thanks for the update. I pulled this PR locally and found why the Playground preview is still failing. The blueprint itself is loaded from the PR commit, but the "pluginData": {
"resource": "git:directory",
"url": "https://github.com/WordPress/blueprints",
"ref": "trunk",
"refType": "branch",
"path": "blueprints/dynamic-cpt-and-tax-generator"
}That directory does not exist on For the PR preview to work, the plugin resource needs to point at a ref that actually contains these files. For example, while this PR is open: {
"step": "installPlugin",
"pluginData": {
"resource": "git:directory",
"url": "https://github.com/Rima1889/blueprints",
"ref": "dynamic-cpt-and-tax-generator",
"refType": "branch",
"path": "blueprints/dynamic-cpt-and-tax-generator"
},
"options": {
"activate": true,
"targetFolderName": "dynamic-cpt-and-tax-generator"
}
}After the blueprint is merged, this can point back to |
This pull request adds a new WordPress plugin: Dynamic CPT & Taxonomy Generator.
Features: