Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mypreview/block-data-attribute
This plugin designed with extensibility in mind for data that should be associated with a particular block type but need not have any defined meaning.
https://github.com/mypreview/block-data-attribute
attributes blockeditor free gutenberg gutenberg-blocks gutenberg-plugin wordpress wordpress-plugin
Last synced: 4 days ago
JSON representation
This plugin designed with extensibility in mind for data that should be associated with a particular block type but need not have any defined meaning.
- Host: GitHub
- URL: https://github.com/mypreview/block-data-attribute
- Owner: mypreview
- License: gpl-3.0
- Created: 2020-02-06T20:15:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T20:17:08.000Z (about 2 years ago)
- Last Synced: 2023-02-28T09:25:31.977Z (over 1 year ago)
- Topics: attributes, blockeditor, free, gutenberg, gutenberg-blocks, gutenberg-plugin, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage: https://wordpress.org/plugins/block-data-attribute
- Size: 1.56 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Block Data Attribute
[![Block Data Attribute Downloads](https://img.shields.io/wordpress/plugin/dt/block-data-attribute.svg)](https://wordpress.org/plugins/block-data-attribute) [![Block Data Attribute Active Installs](https://img.shields.io/wordpress/plugin/installs/block-data-attribute.svg)](https://wordpress.org/plugins/block-data-attribute) [![Block Data Attribute Ratings](https://img.shields.io/wordpress/plugin/r/block-data-attribute.svg)](https://wordpress.org/plugins/block-data-attribute) [![Block Data Attribute Tested](https://img.shields.io/wordpress/plugin/tested/block-data-attribute.svg)](https://wordpress.org/plugins/block-data-attribute) [![Block Data Attribute Version](https://img.shields.io/wordpress/plugin/v/block-data-attribute.svg)](https://wordpress.org/plugins/block-data-attribute) [![Block Data Attribute License](https://img.shields.io/github/license/mypreview/block-data-attribute)](https://wordpress.org/plugins/block-data-attribute) [![Donate to support this plugin](https://img.shields.io/badge/☕-Buy%20me%20a%20coffee-%23fedd04)](https://www.buymeacoffee.com/mahdiyazdani)![Block Data Attribute](https://ps.w.org/block-data-attribute/assets/banner-1544x500.jpg?rev=1542924)
> ⚠️ If you are not a developer, please use the official [plugin post page](https://wordpress.org/plugins/block-data-attribute "Download Block Data Attribute plugin") on wordpress.org.
## Installation
* Download the plugin from it's GitHub Repository Release window.
* Log into your WordPress website and navigate to **Plugins** » **Add New**.
* Click **Upload Plugin** and **Choose File**, then select the plugin’s `.zip` file. Click **Install Now**.
* Click **Activate** to start using your plugin right away.## Requirements
* PHP version 7.4 or greater.
* MySQL version 5.6 or greater OR MariaDB version 10.0 or greater.
* WordPress version 5.5 or greater.## Description
This plugin designed with extensibility in mind for data that should be associated with a particular block type but need not have any defined meaning. `data-*` attributes will allow you to store extra information on different Gutenberg blocks, without other hacks such as non-standard attributes, appending properties on DOM, or modifying a block as HTML which will throw a block validation error when opening the post edit page once again.
## Translators
Translators are welcome to contribute to the plugin. Please use the [WordPress translation website](https://translate.wordpress.org/projects/wp-plugins/block-data-attribute "WordPress translation website").
## Contributing
We welcome contributions in any form, and you can help reporting, testing, and detailing bugs.
## Support
All support is handled via a dedicated support forum, available at [Community Forums](https://wordpress.org/support/plugin/block-data-attribute "Community Forums"). Please head out there to open a new topic, in case you have any questions.
## Rate
Please share your experience by leaving this plugin [5 shining stars ⭐⭐⭐⭐⭐](https://wordpress.org/support/plugin/block-data-attribute/reviews/ "Rate Block Data Attribute 5 stars") if you like it, thanks!
## Donate
If you or your company use any of my projects or like what I’m doing, please consider [making a donation](https://www.buymeacoffee.com/mahdiyazdani) so I can continue maintaining and evolving all my projects and new ones. I’m in this for the long run.