GatherPress / gatherpress

Powering our community's event management needs.
https://wordpress.org/plugins/gatherpress/
GNU General Public License v2.0
84 stars 31 forks source link

playground(s) #663

Closed carstingaxion closed 1 month ago

carstingaxion commented 4 months ago

Is your enhancement related to a problem? Please describe.

We could use some different instances of WordPress playground for multiple purposes:

Code of Conduct

carstingaxion commented 4 months ago

Enabling Plugin Previews

There are two things required for a plugin preview button to appear to all users:

  • A valid blueprint.json file must be provided in a blueprints sub-directory of the plugin’s assets folder.
  • The plugin preview must be set to “public” from the plugin’s Advanced view by a committer.
carstingaxion commented 4 months ago

When GatherPress is available via wp.org we can replace the current implementation with:

{
    "step": "installPlugin",
    "pluginZipFile": {
        "resource": "wordpress.org\/plugins",
        "slug": "gatherpress"
    },
    "options": {
        "activate": true
    }
},