To partly answer my own question:
As mentioned in this git issue you can use
console.log(wp.blocks.getBlockTypes());
in the browser console after all the Gutenberg magic loaded (e.g. in the editor window of a post) to show all currently registered blocks, inluding their attributes.
Another Info-Source:
The Git-Project of Gutenberg holds all core blocks and their properties can be accessed by
Name-of-Block*/index.js
Then find: const blockAttributes =
Related Posts:
- Gutenberg Editor – Template Doesn’t Match Error
- How does wordpress blocks?
- How to replace WordPress sidebars (widget areas) with Gutenberg
- How do you override Post template when using Query Loop block?
- How to custom page template for the Gutenberg editor
- Use PHP templates as blocks
- Can I add a default Block to my custom theme?
- Is there a way to create a block template that is not limited to a post type?
- Can you use block patterns in block templates or insert them programmatically?
- Change default template in the block editor (Gutenberg)
- How to limit block activity (insertion/deletion) to inside of a Block Template on the Admin Screen?
- templates page not showing on gutenberg editor
- Category theme template becomes default template for child theme
- Adding new Template Parts in the Block Editor when using Classic Themes
- Adding Page Attributes Metabox and Page Templates to the Posts Edit Page?
- Is there a way to list all used/unused WP templates?
- Print WordPress template filename(s) for debugging
- Change the name of the ‘Default Template’
- Echoing Elementor page content in template, but it doesn’t get styles and some widgets are missing
- How can I modify the default reset (lost) password email text?
- Template files missing after moving site
- Create Page that uses specific template
- Sharing templates with the JSON API?
- index.php template is used instead of blog page
- Prevent private post 404
- Where is the /blog/ url set from?
- NextGen Gallery template cache [closed]
- Adding variable to get_template_part
- Set template based on query in URL
- Template tags for Buddypress
- ACF image field to WordPress featured image
- Child theme template file will not load
- How to display only an excerpt of the content with custom post types?
- get_template_part returns NULL
- ACF – Theming Flexible Content
- Display “large” image size and show caption in attachment page
- How to delete read more span on single post view?
- WordPress editable template fields
- Generate Catalog Of Posts Based On Template
- Conditionally display different images before the content in a page template
- Show all parts in multipage post
- One of my pages uses the archive.php template only. Why?
- Why are 404s not triggering my 404.php template?
- Can I override a CPT template on a per post basis with Gutenberg block editor?
- Changing layout programmatically
- link to non-category page routed to category template
- Can’t format content of Rich Text Editor in Template
- get_file_data to read data for Custom Template File?
- Remove Items from Template Homepage
- Bizarre issue with custom RSS template
- Footer.php not showing?
- Using shortcode in template file
- Display current category and child
- Return get_header and get_footer string instead of echo it
- Different templates for same content, landing page from different URLs (generic, simple)
- Use one template only for custom post type archives?
- lost css when overriding themes templates
- Is there a more efficient way to loop through pages?
- Is it possible to register a new template file?
- ACF costum date format [closed]
- What template is used for viewing Media Library Files?
- Remove portion of header code from home page only
- Use a separate template for the home page only
- Create a blank test.php
- How do I remove the word “Blog” from a WordPress Homepage?
- Page Templates not using functions.php
- AMP version of front page without plugin
- Give wp link pages it’s own template
- /wp-admin/post.php shows 404 template on submit
- Which template.php for /blog
- List Category Posts plugin – underline links [closed]
- Page template not registering on theme
- Conditional template tag for buddypress pages
- Need help with my template [closed]
- Custom post type set default template using block editor
- WordPress Template Reverts to default template after changing
- using add_filter in a template_redirect function?
- How does post loop integrate individual page elements
- Content not showing properly with the first load of the page
- Where do I edit what the user sees on my WordPress site?
- small problem in the article ()
- User role templates
- Using a SendGrid transactional template with wp_mail
- Language file doesn’t work (poeedit)
- How to adjust only the template gallery
- Nested Page Template not showing in page attributes
- Header and footer fail to load with SSL and custom links
- Creating page-templates directory breaks everything!
- Editing the tag pages and using templates
- Problem displaying replies as part of author’s latest comments on author page
- custom template – override plugin template in child theme – issue with scripts
- Is it better practice to create many page templates, or a a few base templates with custom HTML added via TinyMCE?
- Add pagination to blog
- Choose to show or not show title on a template?
- Add multiple pages to theme customizer
- Single Post Template with Dropdown Option?
- Output fields manually in Woocommerce email templates
- Templates to use multiple time within page? [closed]
- Custom template pagination
- My homepage’s width has reduced and I can´t fix it [closed]