Skip to content

I want to create a custom gutenberg block with an image or images, a title, subtitle, desription and links.

Notifications You must be signed in to change notification settings

leph83/dynamic_gutenberg_block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

dynamic_gutenberg_block

I want to create a custom gutenberg block with

  • image(s)
  • title
  • subtitle
  • desription
  • links

Something like this: https://codepen.io/whatthephuc/pen/ydMQzj?editors=1100 or https://pixelgrade.com/plugins/nova-blocks-early-access/

The problem with Gutenberg is, that if you change something in the "save" function, the block will be deprecated. Description of the problem can be found here: WordPress/gutenberg#4849 (comment)

My goal is to create a custom gutenberg block, where I can choose a style in the inspector bar. Depending on the chosen style I want to add classes to my markup or even change the structure of the html. I also want to add additional options like "html tag" for the title or specific classes for the title.

About

I want to create a custom gutenberg block with an image or images, a title, subtitle, desription and links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published