Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudinary-library #161

Merged
merged 8 commits into from
Sep 5, 2018
Merged

cloudinary-library #161

merged 8 commits into from
Sep 5, 2018

Conversation

damiandominella
Copy link
Contributor

@damiandominella damiandominella commented Jun 22, 2018

Esempio di JSON per la setup.json

Descrizione:

searchEndpoint: utilizzato dalla select iniziale per cercare i tag esistenti
dataEndpoint: utilizzato per ottenere la lista di tutti i documenti
deleteTagsEndpoint: utilizzato per eliminare i tag da un determinato documento
addTagsEndpoint: utilizzato per aggiungere i tag ad un gruppo di documenti

{
  "key": "cloudinary",
  "type": "cloudinary",
  "label": "Cloudinary",
  "options": {
    "api": {
      "searchEndpoint": "Documents/searchTags",
      "dataEndpoint": "Documents/ngxBackend/mediaLibrary",
      "deleteTagsEndpoint": "Documents/ngxBackend/mediaLibrary/removeTags",
      "addTagsEndpoint": "Documents/ngxBackend/mediaLibrary/addTags"
    }
  },
  "validators": {
    "required": true
  }
}

@damiandominella damiandominella self-assigned this Jun 26, 2018
@damiandominella damiandominella added the enhancement New feature or request label Jun 26, 2018
@lucamussoni lucamussoni self-requested a review July 17, 2018 13:00
Copy link
Contributor

@lucamussoni lucamussoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Location 7
Menù 8
Servizio 7
Conto 4

@damiandominella damiandominella merged commit 761919d into master Sep 5, 2018
@samuele-mrapps samuele-mrapps deleted the cloudinary-library branch July 13, 2019 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants