You've already forked tribes-plugin-trust
157106aa66
CI / Test (push) Failing after 16s
Rename the Trust plugin identity to tribe-one-trust and update config namespace/docs accordingly.
24 lines
610 B
JSON
24 lines
610 B
JSON
{
|
|
"id": "org.tribe-one.plugins.trust",
|
|
"slug": "tribe-one-trust",
|
|
"display_name": "Trust",
|
|
"version": "0.1.0",
|
|
"description": "Tribe-to-tribe alliances and trust",
|
|
"entry_module": "TribeOne.TribesPlugin.Trust.Plugin",
|
|
"host_api": "1",
|
|
"otp_app": "tribe_one_trust",
|
|
"provides": [
|
|
"org.tribes.alliance.trust@1",
|
|
"org.tribes.federation.provider@1",
|
|
"org.tribes.access.trust_provider@1"
|
|
],
|
|
"requires": ["org.tribe-one.caps.ui@1"],
|
|
"enhances_with": [],
|
|
"assets": {
|
|
"global_js": ["trust.js"],
|
|
"global_css": ["trust.css"]
|
|
},
|
|
"migrations": true,
|
|
"children": false
|
|
}
|