Query regarding the GitHub projects

Muruganantham Ranganathan asked on February 11, 2020 07:00

Hello Support Team,

Thanks for your support, but we know about the details mentioned below in the mail thread. But we need some clarification in below mentioned in the URL - https://github.com/Kentico/devnet.kentico.com#submit-a-new-kentico-ems-extension-to-devnet in Example Configuration what URL should be given in these parameters "thumbnailUrl" & "sourceUrl".

Recent Answers


David te Kloese answered on February 11, 2020 08:51 (last edited on February 11, 2020 08:54)

Hi,

For your information; these forums are public and not the main target for contacting support. So if you had more information in the ticket you mentioned I'd recommend to contact support over email again!

The link you provided is about creating an extension. Regarding the configuration for the file extensions.json you should provide the urls towards the image and url you can host yourself.

Easiest would be to just use the current file as an example to see what others did: https://github.com/Kentico/devnet.kentico.com/blob/master/marketplace/extensions.json

e.g. the "Dynamic Routing" one created by Trevor Fayas and Sean Wright. You see thumbnail points to devnet.Kentico.com repo (after your pull request) and source url are pointing to Trevors own github repo.

 "thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/DynamicRouting.png",
  ...
  "sourceUrl": "https://github.com/KenticoDevTrev/DynamicRouting",

The only requirement I see is that the image should be in a sub directory setup like: "/marketplace/assets/".

The raw.githubusercontent.com domain is used to serve unprocessed versions of files stored in GitHub repositories. If you browse to a file on GitHub and then click the Raw link, that's where you'll go

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.