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
which reads:
Can we get default added in for a future release? See image.
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
HTML Code:
noteStyle: {
type: 'enum',
options: ['info', 'success', 'danger', 'warning', 'primary'],
default: 'info',
translation: 'LayoutManager.options.style',
}
