11 results found for “.gif”. Showing results 1 to 11.

  • Panels expand and collapse multiple sections of content.

  • Figma

  • Checkboxes allow the user to select one or more items from a set.

  • This is a guide on how to test accessibility on Gutenberg. This is a living document that can be improved over time with new approaches and techniques.

  • Create Block is an officially supported tool for scaffolding a WordPress plugin that registers a block. It generates PHP, JS, CSS code, and everything you need to start the project. It also integrates a modern build setup with no configuration.

  • This slot allows the creation of a <PluginSidebar> with a menu item that when clicked will expand the sidebar to the appropriate Plugin section.

  • What follows is a set of questions that have come up from the last few years of Gutenberg development. If you have any questions you’d like to have answered and included here, just open up a GitHub issue with your question. We’d love the chance to answer and provide clarity to questions we might not…

  • The WordPress block editor is a powerful tool that allows you to create and format content in various ways. It is powered, in part, by the @wordpress/block-editor package, which is a JavaScript library that provides the core functionality of the editor.

  • In this tutorial, you will build a “Copyright Date Block”—a basic yet practical block that displays the copyright symbol (©), the current year, and an optional starting year. This type of content is commonly used in website footers.

  • WordPress 5.8 comes with a new mechanism to configure the editor that enables a finer-grained control and introduces the first step in managing styles for future WordPress releases: the theme.json file. Then theme.json evolved to a v2 with WordPress 5.9 release. This page documents its format.