mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Allow custom icon HTML in dropdown-button
Also rename title to label
This commit is contained in:
@@ -6,7 +6,7 @@ export default Ember.Component.extend({
|
||||
classNames: ['dropdown', 'btn-group'],
|
||||
classNameBindings: ['itemCountClass', 'class'],
|
||||
|
||||
title: 'Controls',
|
||||
label: 'Controls',
|
||||
icon: 'ellipsis-v',
|
||||
buttonClass: 'btn btn-default',
|
||||
menuClass: '',
|
||||
|
Reference in New Issue
Block a user