biffbangpow/

silverstripe-bootstrap-5-forms

为Bootstrap 5表单添加模板

安装: 339

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 3

分支: 0

公开问题: 0

语言:方案

类型:silverstripe-vendormodule

v1.1.3 2023-08-18 10:21 UTC

This package is auto-updated.

Last update: 2024-09-18 12:41:21 UTC


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