Skip to content

Commit

Permalink
Merge pull request #42 from apostrophecms/feature/missing-icon
Browse files Browse the repository at this point in the history
fix missing select icon
  • Loading branch information
haroun authored Oct 27, 2023
2 parents d4eb55e + 7e51060 commit 82fe878
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

* Add group widget which is a fieldset container for other form widgets.

### Fixes

* Fix missing select widget icon.

## 1.2.0 (2023-10-12)

### Adds
Expand Down
4 changes: 2 additions & 2 deletions modules/@apostrophecms/form-widget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module.exports = {
extend: '@apostrophecms/widget-type',
options: {
label: 'aposForm:widgetForm',
icon: 'format-select-icon'
icon: 'form-select-icon'
},
icons: {
'format-select-icon': 'FormSelect'
'form-select-icon': 'FormSelect'
},
fields: {
add: {
Expand Down

0 comments on commit 82fe878

Please sign in to comment.