umbraco-doc-type-grid-editor
umbraco-doc-type-grid-editor copied to clipboard
Doc Type Grid Editor for Umbraco 8.6+
Hi This is more of a nice to have request and question if it would be possible at all. It would be nice to have Umbraco.Web.Composing.Current.UmbracoContext.InPreviewMode to be "true" when...
When a block contains a rich text editor the following fire wall rule when enabled blocks the request. https://docs.microsoft.com/en-us/azure/web-application-firewall/ag/application-gateway-crs-rulegroups-rules?tabs=owasp31#crs941-31 (941150) When comparing the request to PostSave I can see this...
Getting errors every now and then with 9.5.2 and dtge 9.0.2, though think it's still in v10.0.1 too. Think it's this line?? https://github.com/skttl/umbraco-doc-type-grid-editor/blob/dev-v10/src/Our.Umbraco.DocTypeGridEditor/Helpers/DocTypeGridEditorHelper.cs#L252 ``` Subject: We’ve detected that threads are...
We're using the v10 version of the package, and are looking to disable "enablePreview", But with the manifest being in code now instead of inside a package.manifest I'm struggling to...
Bumps [Umbraco.Cms.Web.BackOffice](https://github.com/umbraco/Umbraco-CMS) from 12.0.0 to 12.0.1. Commits 20a4e47 Merge pull request from GHSA-h8wc-r4jh-mg7m 2a601ae Bump version See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts...
Hi! I know that the package is deprecated but we have a client who needs to run DTGE on v11. I make a custom build using `dotnet pack` which "just...