MarGraz
MarGraz
Same problem here with the image cropper not working. **When you install the "UmbracoFileSystemProviders.Azure" via Visual Studio all the necessary dependencies and files are not included.** I had to reinstall...
[Is this also valid for the version 2.1.3](https://github.com/nhn/tui.calendar/issues/812#issuecomment-849625066)? I want to open my own modal on the event creation, and perform other actions on delete and on update. Thank you
@thomasdevries In the latest version, 2.1.3, I'm trying to implement a custom popup, but in the documentation I didn't find an explanation on how to use the "events" - [I...
> @MarGraz > > You can find the docs start reading from [`README.md`](https://github.com/nhn/tui.calendar/blob/main/README.md#-documents). > > [Here](https://github.com/nhn/tui.calendar/blob/main/docs/en/apis/calendar.md#instance-events)'s a documentation about instance events. Thank you for your reply, I will use the...
@jowpurcinelli yes, it's not difficult. In the html page where you have installed the calendar, in the script section where you have initialized the calendar, you need to intercept the...
@jowpurcinelli no problem 😊 sharing is caring. Prego 😋
Try to [check this issue](https://github.com/nhn/tui.calendar/issues/1317)
If you want to reproduce this in a new Orchard Core installation, you need to install and configure the "OpenID Connect" `OpenID Authorization Server` module. Mine is configured like in...
@hishamco @kevinchalet, activating the "OpenId Token Validation" feature works 😊 I was thinking that, because the "OpenId Authorization Server" doesn't activate the "OpenId Token Validation" automatically, it was not necessary...
I noticed that there is a discrepancy in the official documentation. The [second GIF image](https://docs.orchardcore.net/en/main/docs/getting-started/templates/#from-visual-studio-manual-way) recommends using the NuGet packages `OrchardCore.Application.Cms.Targets` and `OrchardCore.Application.Targets`. However, another section of the documentation [here](https://docs.orchardcore.net/en/main/docs/getting-started/starter-recipes/#starter-recipes-and-themes-included-with-orchard-core)...