Skip to content

Commit

Permalink
CKEditor 18.4.0: fixed manifest indentation
Browse files Browse the repository at this point in the history
Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/DNNConnect.CKEditorProvider.dnn
  • Loading branch information
daguiler authored and bdukes committed Apr 26, 2022
1 parent a873a50 commit 9f26700
Showing 1 changed file with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<dotnetnuke type="Package" version="5.0">
<packages><package name="DNNConnect.CKEditorProvider" type="Provider" version="09.11.00">

<friendlyName>CKEditor Provider</friendlyName>
<description>CKEditor Provider for DNN</description>
<iconFile>~/Providers/HtmlEditorProviders/DNNConnect.CKE/LogoCKEditor.png</iconFile>
Expand Down Expand Up @@ -81,18 +80,31 @@
<install>
<configuration>
<nodes>
<node path="/configuration/dotnetnuke/htmlEditor[@defaultProvider='' or @defaultProvider='DotNetNuke.RadEditorProvider']" action="updateattribute" name="defaultProvider" value="DNNConnect.CKE" />
<node path="/configuration/dotnetnuke/htmlEditor/providers" action="update" key="name" collision="ignore">
<add name="DNNConnect.CKE" type="DNNConnect.CKEditorProvider.CKHtmlEditorProvider, DNNConnect.CKEditorProvider" providerPath="~/Providers/HtmlEditorProviders/DNNConnect.CKE/" settingsControlPath="~/Providers/HtmlEditorProviders/DNNConnect.CKE/Module/EditorConfigManager.ascx" />
<node path="/configuration/dotnetnuke/htmlEditor[@defaultProvider='' or @defaultProvider='DotNetNuke.RadEditorProvider']"
action="updateattribute"
name="defaultProvider"
value="DNNConnect.CKE" />
<node path="/configuration/dotnetnuke/htmlEditor/providers"
action="update"
key="name"
collision="ignore">
<add name="DNNConnect.CKE"
type="DNNConnect.CKEditorProvider.CKHtmlEditorProvider, DNNConnect.CKEditorProvider"
providerPath="~/Providers/HtmlEditorProviders/DNNConnect.CKE/"
settingsControlPath="~/Providers/HtmlEditorProviders/DNNConnect.CKE/Module/EditorConfigManager.ascx" />
</node>
</nodes>
</configuration>
</install>
<uninstall>
<configuration>
<nodes>
<node path="/configuration/dotnetnuke/htmlEditor[@defaultProvider='DNNConnect.CKE']" action="updateattribute" name="defaultProvider" value="DotNetNuke.RadEditorProvider" />
<node path="/configuration/dotnetnuke/htmlEditor/providers/add[@name='DNNConnect.CKE']" action="remove" />
<node path="/configuration/dotnetnuke/htmlEditor[@defaultProvider='DNNConnect.CKE']"
action="updateattribute"
name="defaultProvider"
value="DotNetNuke.RadEditorProvider" />
<node path="/configuration/dotnetnuke/htmlEditor/providers/add[@name='DNNConnect.CKE']"
action="remove" />
</nodes>
</configuration>
</uninstall>
Expand Down

0 comments on commit 9f26700

Please sign in to comment.