{"id":20905814,"url":"https://github.com/eolant/gutenstrap-blocks","last_synced_at":"2026-04-20T21:31:37.472Z","repository":{"id":41788479,"uuid":"192665438","full_name":"eolant/gutenstrap-blocks","owner":"eolant","description":"Collection of Bootstrap 4 blocks and formats for Gutenberg WordPress editor.","archived":false,"fork":false,"pushed_at":"2022-12-09T06:53:19.000Z","size":2708,"stargazers_count":0,"open_issues_count":11,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-28T09:56:54.650Z","etag":null,"topics":["bootstrap","bootstrap-4","gutenberg","wordpress-editor","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eolant.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"eolant","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=R7JUDUQ492BUU\u0026source=url"}},"created_at":"2019-06-19T05:38:31.000Z","updated_at":"2019-06-19T07:15:18.000Z","dependencies_parsed_at":"2023-01-25T18:46:24.993Z","dependency_job_id":null,"html_url":"https://github.com/eolant/gutenstrap-blocks","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eolant/gutenstrap-blocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eolant%2Fgutenstrap-blocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eolant%2Fgutenstrap-blocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eolant%2Fgutenstrap-blocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eolant%2Fgutenstrap-blocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eolant","download_url":"https://codeload.github.com/eolant/gutenstrap-blocks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eolant%2Fgutenstrap-blocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32067263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap-4","gutenberg","wordpress-editor","wordpress-plugin"],"created_at":"2024-11-18T13:27:29.499Z","updated_at":"2026-04-20T21:31:37.432Z","avatar_url":"https://github.com/eolant.png","language":"JavaScript","funding_links":["https://patreon.com/eolant","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=R7JUDUQ492BUU\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# Gutenstrap Blocks - Bootstrap 4 blocks for Gutenberg WordPress editor.\n\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n\t\u003cimg width=\"128\" height=\"128\" src=\"https://ps.w.org/gutenstrap-blocks/assets/icon.svg\" alt=\"Gutenstrap Blocks\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://wordpress.org/plugins/gutenstrap-blocks/advanced/\"\u003eWordPress plugin page\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\nThis 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!\n\n## Supported Bootstrap blocks and formats:\n* **Container** - includes fluid container\n* **Row** - includes flexbox vertical and horizontal alignment classes and no gutters class\n* **Column** - allows to set equal sized columns, auto size, number column size and offset\n* **Button** - theme color selector, outline and block styles, small and large sizes\n* **Alert** - theme color selector, includes dismissible alerts and allows to nest other blocks\n* **Badge** - theme color selector, includes pill style\n\n*You can even nest rows!*\n\n## Bootstrap library\nCSS 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.\n\nYou can customize Bootstrap styles in the editor. Prefix your styles with `.bootstrap-styles` class and include prefixed Bootstrap 4 css on admin side.\n\nExample of how to prefix styles using SCSS:\n```scss\n.bootstrap-styles {\n    @import '~bootstrap/scss/bootstrap';\n}\n```\n\n## Requirements\n* WordPress \u003e= 5.2\n* PHP \u003e= 5.6\n\n## Development\nThis project was bootstrapped with [Create Guten Block](https://github.com/ahmadawais/create-guten-block).\n\n### `npm start`\n- Use to compile and run the block in development mode.\n- Watches for any changes and reports back any errors in your code.\n\n### `npm run build`\n- Use to build production code for your block inside `dist` folder.\n- Runs once and reports back the gzip file sizes of the produced code.\n\n### `npm run eject`\n- Use to eject your plugin out of `create-guten-block`.\n- Provides all the configurations so you can customize the project as you want.\n- It's a one-way street, `eject` and you have to maintain everything yourself.\n- You don't normally have to `eject` a project because by ejecting you lose the connection with `create-guten-block` and from there onwards you have to update and maintain all the dependencies on your own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feolant%2Fgutenstrap-blocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feolant%2Fgutenstrap-blocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feolant%2Fgutenstrap-blocks/lists"}