{"id":23178679,"url":"https://github.com/figuren-theater/ft-network-block-editor","last_synced_at":"2026-05-02T04:37:43.653Z","repository":{"id":151406337,"uuid":"596273509","full_name":"figuren-theater/ft-network-block-editor","owner":"figuren-theater","description":"Changes and additions to the WordPress core block-editor and site-editor, formerly known as Gutenberg, made for the figuren.theater Multisite network.","archived":false,"fork":false,"pushed_at":"2024-05-20T06:35:43.000Z","size":3666,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T04:36:25.569Z","etag":null,"topics":["block-editor","gutenberg","site-editor","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://websites.fuer.figuren.theater","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/figuren-theater.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-02-01T20:40:52.000Z","updated_at":"2023-09-20T00:02:53.000Z","dependencies_parsed_at":"2024-02-21T18:26:26.414Z","dependency_job_id":"638c53bf-6abe-40e8-acf5-7bf1a042aaec","html_url":"https://github.com/figuren-theater/ft-network-block-editor","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figuren-theater%2Fft-network-block-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figuren-theater%2Fft-network-block-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figuren-theater%2Fft-network-block-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figuren-theater%2Fft-network-block-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/figuren-theater","download_url":"https://codeload.github.com/figuren-theater/ft-network-block-editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276186,"owners_count":20912288,"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","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":["block-editor","gutenberg","site-editor","wordpress","wordpress-plugin"],"created_at":"2024-12-18T07:12:27.121Z","updated_at":"2026-05-02T04:37:38.633Z","avatar_url":"https://github.com/figuren-theater.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/figuren-theater/ft-network-block-editor\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/figuren-theater/logos/main/favicon.png\" alt=\"figuren.theater Logo\" width=\"100\" height=\"100\"\u003e\n  \u003c/a\u003e\n\n  \u003ch1 align=\"center\"\u003efiguren.theater | Network Block Editor\u003c/h1\u003e\n\n  \u003cp align=\"center\"\u003e\n    Changes and additions to the WordPress core block-editor and site-editor, formerly known as Gutenberg, made for the the WordPress Multisite network for puppeteers - \u003ca href=\"https://figuren.theater\"\u003efiguren.theater\u003c/a\u003e.\n    \u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e\n    \u003ca href=\"https://meta.figuren.theater/blog\"\u003e\u003cstrong\u003eRead our blog\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://figuren.theater\"\u003eSee the network in action\u003c/a\u003e\n    •\n    \u003ca href=\"https://mein.figuren.theater\"\u003eJoin the network\u003c/a\u003e\n    •\n    \u003ca href=\"https://websites.fuer.figuren.theater\"\u003eCreate your own network\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Background \u0026 Motivation\n\nA Multisite network needs a way to handle defaults \u0026 behaviour of the *new* WordPress Site- and Block-Editor from one place.\n\n## Install\n\n1. Install via command line\n\n    ```sh\n    composer require figuren-theater/ft-network-block-editor\n    ```\n\n## Usage\n\n**This plugin will only run when either composer or *you* handle the autoloading. There is no psr-4 or similiar autoloader included.**\n\n## Built with \u0026 uses\n\n- [dependabot](/.github/dependabot.yml)\n- [code-quality](https://github.com/figuren-theater/code-quality/)\n\tA set of status checks to ensure high and consitent code-quality for the figuren.theater platform.\n- ....\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n## Versioning\n\nWe use [Semantic Versioning](http://semver.org/) for versioning. For the versions\navailable, see the [tags on this repository](https://github.com/figuren-theater/ft-network-block-editor/tags).\n\n## Authors\n\n- **Carsten Bach** - *Provided idea \u0026 code* - [figuren.theater/crew](https://figuren.theater/crew/)\n\nSee also the list of [contributors](https://github.com/figuren-theater/ft-network-block-editor/contributors)\nwho participated in this project.\n\n## License\n\nThis project is licensed under the **GPL-3.0-or-later**, see the [LICENSE](/LICENSE) file for\ndetails\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiguren-theater%2Fft-network-block-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiguren-theater%2Fft-network-block-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiguren-theater%2Fft-network-block-editor/lists"}