Can noteStyle include default as an option?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robbyslaughter
    Junior Member
    • Dec 2017
    • 18

    #1

    Can noteStyle include default as an option?

    If you create a panel in the Layout view, you can select any style for that panel, including default.

    However, the note associated with the panel can't have the Default style. This looks to be from
    HTML Code:
    client/src/views/admin/layouts/detail.js
    which reads:

    HTML Code:
    noteStyle: {
    type: 'enum',
    options: ['info', 'success', 'danger', 'warning', 'primary'],
    default: 'info',
    translation: 'LayoutManager.options.style',
    }
    Can we get default added in for a future release? See image.
Working...