Skip to content

Commit

Permalink
#164 | Added '-backoffice-widgets.xml' DOM model and custom Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mlytvyn authored Jan 14, 2023
1 parent b928aaa commit e47378b
Show file tree
Hide file tree
Showing 18 changed files with 260 additions and 7 deletions.
10 changes: 9 additions & 1 deletion resources/META-INF/optional-lang-dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,15 @@
<!-- Cockpit NG -->
<!-- ####################################################################################################### -->
<dom.fileMetaData rootTagName="config" stubVersion="1"
implementation="com.intellij.idea.plugin.hybris.system.cockpitng.CngDomFileDescription"/>
implementation="com.intellij.idea.plugin.hybris.system.cockpitng.CngConfigDomFileDescription"/>
<dom.fileMetaData rootTagName="widgets" stubVersion="1"
implementation="com.intellij.idea.plugin.hybris.system.cockpitng.CngWidgetsDomFileDescription"/>
<dom.fileMetaData rootTagName="action-definition" stubVersion="1"
implementation="com.intellij.idea.plugin.hybris.system.cockpitng.CngActionDefinitionDomFileDescription"/>
<dom.fileMetaData rootTagName="widget-definition" stubVersion="1"
implementation="com.intellij.idea.plugin.hybris.system.cockpitng.CngWidgetDefinitionDomFileDescription"/>
<dom.fileMetaData rootTagName="editor-definition" stubVersion="1"
implementation="com.intellij.idea.plugin.hybris.system.cockpitng.CngEditorDefinitionDomFileDescription"/>

<!-- ####################################################################################################### -->
<!-- ExtensionInfo -->
Expand Down
1 change: 1 addition & 0 deletions resources/META-INF/plugin-release-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<li><i>Feature:</i> Regrouped [y] Application settings into separate sections (<a href="https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/130" target="_blank" rel="nofollow">#130</a>)</li>
<li><i>Feature:</i> New Remote Instance Wizard will prefill some data from [y] properties (<a href="https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/143" target="_blank" rel="nofollow">#143</a>)</li>
<li><i>Feature:</i> Added <code>-backoffice-config.xml</code> DOM model and custom Icon (<a href="https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/161" target="_blank" rel="nofollow">#161</a>)</li>
<li><i>Feature:</i> Added <code>-backoffice-widgets.xml</code> DOM model and custom Icon (<a href="https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/164" target="_blank" rel="nofollow">#164</a>)</li>
<li><i>Feature:</i> Added <code>localextensions.xml</code> DOM model and custom Icon (<a href="https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/155" target="_blank" rel="nofollow">#155</a>)</li>
<li><i>Feature:</i> Added <code>extensioninfo.xml</coed> DOM model and custom Icon (<a href="https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/147" target="_blank" rel="nofollow">#147</a>)</li>
<li><i>Feature:</i> Added <code>process.xml</code> DOM model and custom Icon (<a href="https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/148" target="_blank" rel="nofollow">#148</a>)</li>
Expand Down
13 changes: 13 additions & 0 deletions resources/icons/cockpitng_action_definition.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions resources/icons/cockpitng_action_widget_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
13 changes: 13 additions & 0 deletions resources/icons/cockpitng_editor_definition.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions resources/icons/cockpitng_editor_definition_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions resources/icons/cockpitng_widget_definition.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e47378b

Please sign in to comment.