Make buttons support .btn-link
-
Hello, and thank you for this must-have plugin ??.
I found that, while editing Button block, its Link variation is missing from the Style setting dropdown (@see complete list of variations on Bootstrap doc).Available variations are defined in
blocks/button/block.js
:options={ [
{ label: 'Default', value: 'btn-primary' },
{ label: 'Primary', value: 'btn-primary' },
{ label: 'Primary (Outline)', value: 'btn-outline-primary' },
{ label: 'Secondary', value: 'btn-secondary' },
{ label: 'Secondary (Outline)', value: 'btn-outline-secondary' },
{ label: 'Success', value: 'btn-success' },
{ label: 'Success (Outline)', value: 'btn-outline-success' },
{ label: 'Danger', value: 'btn-danger' },
{ label: 'Danger (Outline)', value: 'btn-outline-danger' },
{ label: 'Warning', value: 'btn-warning' },
{ label: 'Warning (Outline)', value: 'btn-outline-warning' },
{ label: 'Info', value: 'btn-info' },
{ label: 'Info (Outline)', value: 'btn-outline-info' },
{ label: 'Light', value: 'btn-light' },
{ label: 'Light (Outline)', value: 'btn-outline-light' },
{ label: 'Dark', value: 'btn-dark' },
{ label: 'Dark (Outline)', value: 'btn-outline-dark' },
] }Could you please append Link variation to this list, or explain how this list could be extended?
Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Make buttons support .btn-link’ is closed to new replies.