Skip to content

Instantly share code, notes, and snippets.

@imath
Last active October 21, 2019 17:41
Show Gist options
  • Save imath/5442cfa3799ee116b7cb03d3c3635b58 to your computer and use it in GitHub Desktop.
Save imath/5442cfa3799ee116b7cb03d3c3635b58 to your computer and use it in GitHub Desktop.
try/components-as-plugins
[
{
"name": "buddypress/bp-attachments",
"title": "BP Attachments",
"slug": "bp-attachments",
"basename": "bp-attachments/class-bp-attachments.php",
"component_id": "attachments",
"description": "BP Attachments is a BuddyPress component to manage user media.",
"icon": "dashicons-admin-media"
},
{
"name": "buddypress/bp-default-data",
"title": "BuddyPress Default Data",
"slug": "bp-default-data",
"basename": "bp-default-data/bp-default-data.php",
"component_id": "testing",
"description": "Plugin will create lots of users, messages, friends connections, groups, topics, activity items, profile data – useful for testing purpose.",
"icon": "dashicons-plugins-checked"
},
{
"name": "buddypress/buddypress-docs",
"title": "BuddyPress Docs",
"slug": "buddypress-docs",
"basename": "buddypress-docs/loader.php",
"component_id": "bp_docs",
"description": "BuddyPress Docs adds collaborative work spaces to your BuddyPress community.",
"icon": "dashicons-text-page"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment