Ben
Ben
Hi @sbwalker , yes, that because the link is really want to link to the home page. If you try to add a new blog with below content: ``` Click...
Yes, but the content editors will be confused and becomes hard to maintenance the content. for example if they have Table of contents on the page which contains many anchor...
how about to add a query string in the redirect URL, then we can display successful message when the query string is appended.
Hi @iJungleboy , maybe this is the same issue as I mentioned in #4312, because the base url always set to the website root, the anchor links won't work and...
If this is for js files, you can make your js script to have below functions: ``` export function onLoad() { ... } export function onUpdate() { ... } export...
in PR #4756 I return the exactly errors return from identity provider so that we can know which part is failed.
this is also been fixed by PR #4756
how about to add a new property "IList SettingKeys" in the ThemeInfo class, then we can remove settings by reading this property value during uninstall process.