{"id":33289539,"url":"https://github.com/ulrich-digital/ud-blank-block","last_synced_at":"2026-04-17T14:35:35.706Z","repository":{"id":324181639,"uuid":"1096267245","full_name":"ulrich-digital/ud-blank-block","owner":"ulrich-digital","description":"Leerer Basisblock zur schnellen Erstellung neuer UD-Block-Plugins. Enthält Struktur, Build-Setup und Editor-/Frontend-Assets ohne eigenen Funktionsumfang.","archived":false,"fork":false,"pushed_at":"2025-11-14T09:13:17.000Z","size":1500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-14T09:24:47.348Z","etag":null,"topics":["block-plugin","boilerplate","fse","gutenberg-block","starter-template","ulrich-digital","webpack","wordpress","wordpress-block"],"latest_commit_sha":null,"homepage":"","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/ulrich-digital.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-14T07:11:50.000Z","updated_at":"2025-11-14T09:13:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ulrich-digital/ud-blank-block","commit_stats":null,"previous_names":["ulrich-digital/ud-blank-block"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ulrich-digital/ud-blank-block","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrich-digital%2Fud-blank-block","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrich-digital%2Fud-blank-block/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrich-digital%2Fud-blank-block/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrich-digital%2Fud-blank-block/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulrich-digital","download_url":"https://codeload.github.com/ulrich-digital/ud-blank-block/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrich-digital%2Fud-blank-block/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31933504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: 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":["block-plugin","boilerplate","fse","gutenberg-block","starter-template","ulrich-digital","webpack","wordpress","wordpress-block"],"created_at":"2025-11-17T22:03:50.418Z","updated_at":"2026-04-17T14:35:35.671Z","avatar_url":"https://github.com/ulrich-digital.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UD Block: Blank\n\nEin minimaler Ausgangspunkt für neue WordPress-Blöcke.\nDieses Plugin dient als technische Grundlage für alle UD-Block-Plugins und enthält eine vollständig vorbereitete Build- und Plugin-Struktur ohne Funktionslogik.\n\n## Funktionen\n\n-   Vollständig vorbereitete Block-Struktur mit block.json\n-   Einheitliche UD-Plugin-Struktur (PHP, JS, SCSS, Assets, Webpack)\n-   Editor- und Frontend-Dateien sind klar getrennt\n-   Prepared Webpack-Build mit expliziten Output-Dateien (editor-script.js, frontend-script.js usw.)\n-   Minimale Render-Callback-Struktur\n-   Keine Abhängigkeit zu anderen UD-Plugins\n\n## Verzeichnisstruktur\n\n```text\nud-blank-block/\n├─ README.md\n├─ assets/\n├─ block.json\n├─ includes/\n│  ├─ block-register.php\n│  ├─ enqueue.php\n│  ├─ helpers.php\n│  └─ render.php\n├─ package.json\n├─ src/\n│  ├─ css/\n│  │  ├─ editor.scss\n│  │  └─ frontend.scss\n│  ├─ js/\n│  │  ├─ edit.js\n│  │  ├─ editor.js\n│  │  ├─ frontend.js\n│  │  ├─ save.js\n│  │  └─ utils/\n├─ ud-blank-block.php\n├─ verzeichnisliste.sh\n└─ webpack.config.js\n\n```\n\n## Installation\n\n-   Plugin-Ordner in /wp-content/plugins/ hochladen.\n-   In WordPress unter Plugins aktivieren.\n-   Der Block erscheint im Editor unter „UD Blocks“.\n\n## Anforderungen\n\n-   WordPress 6.5+\n-   PHP 8.0+\n-   Node.js für den Build-Prozess\n\n## Build\n\n```\nnpm install\nnpm run build\nnpm run start\n```\n\n## Autor\n\n[ulrich.digital gmbh](https://ulrich.digital)\n\n## Lizenz\n\nGPL v2 or later\nhttps://www.gnu.org/licenses/gpl-2.0.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulrich-digital%2Fud-blank-block","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulrich-digital%2Fud-blank-block","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulrich-digital%2Fud-blank-block/lists"}