-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'd like to be able to install extensions from repositories without the need for a zip file. I imagine that composer would provide most of the required tooling if civicrm-extension were to use it?
I.e. I'd like to be able to do something like this:
{
"extra": {
"civicrm": {
"extensions_install_path": "./web/sites/default/civicrm/extensions/contrib",
"extensions": {
"org.civicrm.lab.ckeditor5": {
"type": "vcs",
"url": "https://lab.civicrm.org/extensions/ckeditor5"
}
}
},
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels