biffbangpow/silverstripe-element-spacing

为元素容器添加Bootstrap间隔类

安装: 110

依赖项: 15

建议者: 0

安全: 0

星级: 0

关注者: 3

分支: 0

开放问题: 0

类型:silverstripe-vendormodule

v1.1 2024-09-10 15:28 UTC

This package is auto-updated.

Last update: 2024-09-10 16:08:33 UTC


README

向网站上的元素容器添加间隔类,以便在CMS中对页面布局有更多的控制。这些通过CMS中的“元素间隔”选项卡进行控制。如果不可见,您可能需要禁用内联编辑。

如果默认的ElementHolder模板已被覆盖,则它需要包含'$VariantStyle'标签,以便此扩展正常工作。

以下类名将根据选择添加

  • bbp-padtop
  • bbp-padright
  • bbp-padbottom
  • bbp-padleft
  • bbp-margintop
  • bbp-marginright
  • bbp-marginbottom
  • bbp-marginleft

注意:此插件不会为这些添加任何CSS。这应该在应用/项目样式中进行。