이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Gutenstrap Blocks

설명

This plugin adds Bootstrap 4 components and grid layout to Gutenberg WordPress editor. It enhances editing experience focusing on making the most of library’s documented features. Combine power of Gutenberg and Bootstrap to create a layout of any complexity with ease!

Supported Bootstrap blocks and formats:

  • Container – includes fluid container
  • Row – includes flexbox vertical and horizontal alignment classes and no gutters class
  • Column – allows to set equal sized columns, auto size, number column size and offset
  • Button – theme color selector, outline and block styles, small and large sizes
  • Alert – theme color selector, includes dismissible alerts and allows to nest other blocks
  • Badge – theme color selector, includes pill style

You can even nest rows!

Bootstrap library

CSS is included in the admin area to make editing in Gutenberg easier and styles are prefixed with .bootstrap-styles class. You can choose if you want to include to Bootstrap 4.3.1 on the front-end if you aren’t using Bootstrap based theme.

Requirements

  • WordPress >= 5.2
  • PHP >= 5.6

스크린샷

  • Easily create your grid layout however complex you need.
  • Button component.
  • Alert component built in line with Bootstrap 4 documentation.

설치

Using CMS:
1. Go to “Plugins” → “Add New”
1. Search “Gutenstrap Blocks”
1. Click “Install Now”
1. Activate the plugin

Manual:
1. Go to “Plugins” → “Add New”
1. Click “Upload Plugin”
1. Select plugin file
1. Click “Install Now”
1. Activate the plugin

FAQ

Can I customize Bootstrap styles in the editor?

Yes. Prefix your styles with .bootstrap-styles class and include prefixed Bootstrap 4 css on admin side.

Example of how to prefix styles using SASS:
.bootstrap-styles {
@import '~bootstrap/scss/bootstrap';
}

Will there be more blocks?

Yes! Anything is possible with your support.

후기

모든 2 평가 읽기

기여자 & 개발자

“Gutenstrap Blocks”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Gutenstrap Blocks”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Gutenstrap Blocks”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Initial release.