{"id":34638626,"url":"https://github.com/generoi/wp-gutenberg-button-popup","last_synced_at":"2025-12-24T17:12:32.604Z","repository":{"id":56983020,"uuid":"349200678","full_name":"generoi/wp-gutenberg-button-popup","owner":"generoi","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T15:31:24.000Z","size":453,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-11-16T07:07:20.281Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/generoi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-18T19:54:45.000Z","updated_at":"2025-07-24T15:31:03.000Z","dependencies_parsed_at":"2025-07-24T17:20:24.806Z","dependency_job_id":null,"html_url":"https://github.com/generoi/wp-gutenberg-button-popup","commit_stats":{"total_commits":28,"total_committers":3,"mean_commits":9.333333333333334,"dds":0.3928571428571429,"last_synced_commit":"f380a91674319942b50631c327eb2868cf7b8740"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/generoi/wp-gutenberg-button-popup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fwp-gutenberg-button-popup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fwp-gutenberg-button-popup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fwp-gutenberg-button-popup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fwp-gutenberg-button-popup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/generoi","download_url":"https://codeload.github.com/generoi/wp-gutenberg-button-popup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generoi%2Fwp-gutenberg-button-popup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28005414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-12-24T17:12:26.704Z","updated_at":"2025-12-24T17:12:32.585Z","avatar_url":"https://github.com/generoi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wp-gutenberg-button-popup\n\n\u003e A Gutenberg block for creating buttons that open popups\n\n![gutenberg-popups](https://user-images.githubusercontent.com/302736/111697504-69c25900-8814-11eb-8d05-636bc41b17bc.gif)\n\n## Installation\n\n    composer require generoi/wp-gutenberg-button-popup\n    \n## Requirements\n\n- WordPress 5.6 or newer\n\n## Usage\n\nYou can customize the default template for popups with a filter.\n\n```js\nimport { addFilter } from '@wordpress/hooks'\n\naddFilter('wp-gutenberg-button-popup.popupTemplate', 'theme/popup-template', () =\u003e {\n  return [\n    ['core/columns', {align: 'full'}, [\n      ['core/column', {}, [\n        ['core/image'],\n        ['core/group']\n      ]],\n      ['core/column', {}, [\n        ['core/heading'],\n        ['core/paragraph'],\n        ['core/list'],\n        ['core/buttons'],\n      ]],\n    ]],\n  ];\n})\n```\n\n## Development\n\nInstall dependencies\n\n    composer install\n    npm install\n\nRun the tests\n\n    npm run test\n\nBuild assets\n\n    # Minified assets which are to be committed to git\n    npm run build:production\n\n    # Watch for changes and re-compile while developing the plugin\n    npm run start\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeneroi%2Fwp-gutenberg-button-popup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeneroi%2Fwp-gutenberg-button-popup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeneroi%2Fwp-gutenberg-button-popup/lists"}