{"id":15292236,"url":"https://github.com/dotsunited/wordpress-plugin-editor-grid","last_synced_at":"2026-04-07T13:32:13.325Z","repository":{"id":56971457,"uuid":"45246452","full_name":"dotsunited/wordpress-plugin-editor-grid","owner":"dotsunited","description":"WordPress editor extension to create and manage grids.","archived":false,"fork":false,"pushed_at":"2018-01-22T21:20:10.000Z","size":45,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-29T18:54:12.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotsunited.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-30T11:10:46.000Z","updated_at":"2017-09-25T09:23:11.000Z","dependencies_parsed_at":"2022-08-21T12:50:13.474Z","dependency_job_id":null,"html_url":"https://github.com/dotsunited/wordpress-plugin-editor-grid","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/dotsunited/wordpress-plugin-editor-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fwordpress-plugin-editor-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fwordpress-plugin-editor-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fwordpress-plugin-editor-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fwordpress-plugin-editor-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotsunited","download_url":"https://codeload.github.com/dotsunited/wordpress-plugin-editor-grid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fwordpress-plugin-editor-grid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31515144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-09-30T16:17:03.461Z","updated_at":"2026-04-07T13:32:13.309Z","avatar_url":"https://github.com/dotsunited.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"WordPress Editor Grid Plugin\n===\n\nA lightweight WordPress Plugin to create and manage grids via the WordPress Post Editor.\n\nInstallation\n---\n\nInstall with\n\n```bash\ncomposer require dotsunited-wordpress-plugin/editor-grid\n```\n\nNote: This plugin does not automatically add the required styles to the frontend\npages (only to the Admin Editor), in order to prevent multiple css files from\nmultiple plugins in the site header (which would ruin the pagespeed).\n\nThe incorporation into a [Webpack](https://github.com/webpack/webpack) workflow\nwith LESS is encouraged.\n\nYou can find an example boilerplate for possible frontend styles\n[here](https://github.com/dotsunited/wordpress-boilerplate/blob/master/assets/main/editor-grid/style.less),\nand for a possible WordPress-Webpack setup\n[here](https://github.com/dotsunited/wordpress-boilerplate/blob/master/webpack.config.js).\n\nThe HTML generated by the plugin looks like this:\n\n```html\n\u003cdiv class=\"editor-grid editor-grid-shadow editor-grid-background\"\u003e\n    \u003cdiv class=\"editor-grid-container\"\u003e\n        \u003cdiv class=\"editor-grid-unit editor-grid-unit-6 editor-grid-shadow editor-grid-background-highlight\"\u003e\n            \u003c!-- Content --\u003e\n        \u003c/div\u003e\n        \u003cdiv class=\"editor-grid-unit editor-grid-unit-6 editor-grid-background\"\u003e\n            \u003c!-- Content --\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\nEnabling for additional editors\n---\n\nThe grid plugin can be enabled for other editors by registering the editor IDs\nthrough the  `dotsunited_editor_grid_editor_ids` filter.\n\n```php\nadd_filter('dotsunited_editor_grid_editor_ids', function($editor_ids) {\n    // WP Editor Widget plugin\n    $editor_ids[] = 'wpeditorwidget';\n    return $editor_ids;\n});\n```\n\nLicense\n---\n\nCopyright (c) 2015-2018 Dots United GmbH.\nReleased under the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotsunited%2Fwordpress-plugin-editor-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotsunited%2Fwordpress-plugin-editor-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotsunited%2Fwordpress-plugin-editor-grid/lists"}