{"id":39978896,"url":"https://github.com/bobbingwide/sb-field-block","last_synced_at":"2026-01-18T23:03:14.823Z","repository":{"id":75257128,"uuid":"352299751","full_name":"bobbingwide/sb-field-block","owner":"bobbingwide","description":"Field block to display post meta data","archived":false,"fork":false,"pushed_at":"2025-01-20T22:13:40.000Z","size":474,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T23:20:29.162Z","etag":null,"topics":["oik-fields","wordpress-block","worpress-plugin"],"latest_commit_sha":null,"homepage":"","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/bobbingwide.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-28T10:28:05.000Z","updated_at":"2025-01-20T22:13:42.000Z","dependencies_parsed_at":"2025-01-20T23:19:59.182Z","dependency_job_id":"c787b922-5dcc-408d-a2d9-266ee68a9f91","html_url":"https://github.com/bobbingwide/sb-field-block","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bobbingwide/sb-field-block","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fsb-field-block","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fsb-field-block/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fsb-field-block/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fsb-field-block/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbingwide","download_url":"https://codeload.github.com/bobbingwide/sb-field-block/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fsb-field-block/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28553055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"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":["oik-fields","wordpress-block","worpress-plugin"],"created_at":"2026-01-18T23:03:14.697Z","updated_at":"2026-01-18T23:03:14.805Z","avatar_url":"https://github.com/bobbingwide.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Field block \n![banner](assets/sb-field-block-banner-772x250.jpg)\n* Contributors:      bobbingwide\n* Tags:              block\n* Requires at least: 6.6.0\n* Tested up to:      6.7.1\n* Stable tag:        0.1.1\n* Requires PHP:      8.2.0\n* License:           GPL 3.0\n* License URI:       https://www.gnu.org/licenses/gpl-2.0.html\n\nDisplays a post metadata field in a block.\n\n## Description \n\nThe Field block ( oiksb/sb-field-block ) displays post meta data for your post types.\nUse it replace [bw_fields] and [bw_field] shortcodes in your content or block based themes.\n\nThe field block supports all fields which have been registered to WordPress using register_post_meta().\nThis includes fields defined using oik-fields as virtual fields.\nFor a field to be rendered inside the block editor the post type must be registered to `show_in_rest` and support `custom-fields`.\n\n\n## Installation \n1. Upload the contents of the sb-field-block plugin to the `/wp-content/plugins/sb-field-block' directory\n1. Activate the sb-field-block plugin through the 'Plugins' menu in WordPress\n\n* Note: sb-field-block is dependent upon the oik-fields and the oik base plugin.\n\n\n\n## Frequently Asked Questions \n\n# Where is the FAQ? \n\ntbc\n\n# How do I register my custom fields? \n\ntbc\n\nFor examples see the latest development in the oik-events plugin.\nThe plugin was prototyped with the oik-plugins plugin.\n\n# What are the dependencies? \n\nThe block displays fields which have been registered using functionality provided by oik and oik-fields.\n\n# What field types are supported? \n\nThe plugin has been tested to display fields registered with the following types.\n\n- text\n- email\n- URL\n- virtual\n- noderef\n- sctext\n- select\n- numeric\n- textarea\n- date\n- time\n\n# Does it support ACF? \n\nNo. Consider using Field block for ACF Pro or Meta Field Block\n\n# Does it support taxonomies? \n\nDon't know. I've not yet tried it.\n\n\n## Screenshots \n1. sb-field-block in the block editor\n2. sb-field-block on the front end\n3. Field block settings\n\n## Upgrade Notice \n# 0.1.1 \nImprove support for not styling blocks which don't return any HTML on the front end.\n\n# 0.1.0 \nUse this plugin to replace the [bw_fields] and/or [bw_field] shortcodes in your post content or block based themes.\n\n## Changelog \n# 0.1.1 \n* Changed: Access data from the server when it's not available locally #3\n* Changed: Cater for fields with no value that have been themed as an empty span. #3\n* Tested: With WordPress 6.7.1 and WordPress Multisite\n* Tested: With PHP 8.3\n\n# 0.1.0 \n* Changed: Remove tracing from sb_field_block_dynamic_block() #8\n* Changed: Improve handling for showLabel toggle #7\n* Added: Update supports, incl. several experimental options #10\n* Changed: Update build #9\n* Changed: Add postType label to the REST response #9\n* Changed: Continue to support style and editorStyle files, but comment out all of the debug styling #3\n* Changed: Obtain post type label from the oiksb/fields store #9\n* Changed: Default field name to the first field for the post type #9\n* Changed: Default the postType value from context. Reset fieldName to undefined on postType change #9\n* Fixed: Correct relative file name for editorStyle #3\n* Changed: Update build #7 #8\n* Added: Implement QAD prototype solution for showLabel attribute #7\n* Changed: Pass the postId from context as urlQueryArgs post_id #8\n* Changed: Handle context, passing it to DisplayMetaControl for server side rendering #8\n* Changed: Add usesContext: to enable correct post_id to be passed on ServerSideRender #8\n* Changed: Add Show Label toggle #7\n* Changed: Add $content and $block params to sb_field_block_dynamic_block() #8\n* Tested: With WordPress 6.7 and WordPress Multisite\n* Tested: With Gutenberg 19.6.2\n* Tested: With PHP 8.3\n\n# 0.0.1 \n* Changed: Reinstated for use by oik-events #6\n* Tested: With WordPress 6.7 and WordPress Multisite\n* Tested: With Gutenberg 19.6.2\n* Tested: With PHP 8.3\n\n# 0.0.0 \n* Added: Originally developed Mar-June 2021\n\n## Further reading \nIf you want to read more about the oik plugins then please visit the\n\n[oik base plugin](https://www.oik-plugins.com/oik)\n[oik-fields](https://www.oik-plugins.com/oik-plugins/oik-fields-custom-post-type-field-apis/)\n[oik-types](https://www.oik-plugins.com/oik-plugins/oik-types/)\n[oik-blocks](https://www.oik-plugins.com/oik-plugins/oik-blocks-wordpress-blocks-for-oik-shortcodes/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbingwide%2Fsb-field-block","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbingwide%2Fsb-field-block","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbingwide%2Fsb-field-block/lists"}