web3.db-fileconnector
Version:
GraphQL System Built on web3 technologies. Web3.DB is an open database built on top of web3 technologies. It is a decentralized, open-source database that allows users to store and query data in a secure and efficient manner. The system is designed to be
32 lines (31 loc) • 1.17 kB
JSON
{
"id": "plugin_id_placeholder",
"name": "Plugin Name Placeholder",
"logo": "/img/plugin_id_placeholder-logo.png",
"description": "Plugin description placeholder",
"full_description": "Extended plugin description placeholder with more details about functionality.",
"hooks": [],
"variables": {},
"routes": [],
"actions": {},
"version": "1.0.0",
"author": "Author Name",
"license": "MIT",
"_template_info": {
"variables": {
"plugin_id": "Replace with actual plugin ID",
"plugin_name": "Replace with actual plugin name",
"plugin_description": "Replace with actual plugin description",
"plugin_full_description": "Replace with extended plugin description",
"plugin_hooks": "Replace with array of hooks",
"plugin_variables": "Replace with object of variables",
"plugin_routes": "Replace with array of routes",
"plugin_actions": "Replace with object of actions",
"plugin_author": "Replace with author name",
"plugin_images": {
"logo": "/img/plugin_id_placeholder-logo.png",
"icon": "/img/plugin_id_placeholder-icon.png"
}
}
}
}