Jasmin Savard
Jasmin Savard
You then need 2 things. Inject the ShellSettings like this in your Layout.cshtml file to always have the tenantId available for your javascript applications. ```C# @using OrchardCore.Environment.Shell @inject ShellSettings ShellSettings...
Then you/we can write an ApiController that will return these. That would really make more sense as also this tenant id will be required if you use something like NSwag...
Let's add @sebastienros to this discussion to see what he thinks about it. Because, originally, from memory, it was designed to not include any specific folders for a reason. Now,...
I'm currently refactoring the Media Gallery in OC and I'm simply passing a baseHost param to the media gallery when I want to use it as standalone. I'm just appending...
Here for this PR the context though is from a ContentType Media Picker Field. So, what I agree on is the fact that the JSON returned from the GraphQL endpoint...
I've not tried yet but I'm guessing you could get it from there: 
Yeah, but you are growing the size of the payload of these GraphQL queries for something that can be retrieved differently and also only once per page request. If you...
See Sebastien's answer. I'm not adding more to the subject. I will let you guys decide. You know my opinion. Let's cut the debate. :smile:
Actually with GraphQL you can omit to retrieve that field that has the full absolute url. So, if we are moving forward with this change I don't care much since...
Which Media module? The updated vue app I'm working on?