biffbangpow / silverstripe-bootstrap-5-forms
为Bootstrap 5表单添加模板
v1.1.3
2023-08-18 10:21 UTC
Requires
- silverstripe/admin: ^1.4
- silverstripe/cms: ^4
- silverstripe/framework: ^4
README
默认按钮样式可以通过yml配置进行更改
BiffBangPow\SilverstripeBootstrap5Forms\Bootstrap5Forms: submit_button_class: 'btn btn-danger' non_submit_button_class: 'btn btn-warning'
该模块还支持Bootstrap的'浮动标签'功能。可以在配置中通过以下设置启用
BiffBangPow\SilverstripeBootstrap5Forms\Bootstrap5Forms: enable_floating_labels: true
基于 https://github.com/axllent/silverstripe-bootstrap-forms