Description
This plugin adds a section called “Block X-ray” to the Document sidebar in the editor. This “Block X-ray” section displays the attributes for the currently selected block.
Screenshots
FAQ
-
Where is this plugin developed?
-
Development of this code happens at github.com/salcode/block-xray-attributes
-
Why Don’t I See an Update from 1.1.0
-
When the initial version (
1.1.0
) was uploaded to the www.remarpro.com plugin repository, the Update URI plugin header was accidentally included. This plugin header prevents downloading updates from the www.remarpro.com API.The
Update URI
header is very useful when your plugin is NOT hosted on the www.remarpro.com repository. However, now that the plugin is hosted on the www.remarpro.com repository, theUpdate URI
plugin header should not be included.If you are stuck on version
1.1.0
and want the latest version, you shouldDelete
this plugin and reinstall it.Once you move beyond version
1.1.0
, you should no longer experience this problem. -
Where did you get your graphics?
-
The banner and icon assets were created from the Medical Xray SVG Vector by Diemen Design and are licensed under the MIT License.
Reviews
Contributors & Developers
“Block X-ray Attributes” is open source software. The following people have contributed to this plugin.
Contributors“Block X-ray Attributes” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Block X-ray Attributes” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.1
- Add Banner and Icon assets (see How Your Plugin Assets Work from the WordPress Plugin Handbook)
1.2.0
- Add
Copy Block Data
button (#17 Add button to copy data) - Update
@wordpress/scripts
from20.0.1
to22.5.0
(#23 Update @wordpress/scripts to latest version)
1.1.1
- Remove “Update URI” from plugin headers
1.1.0
- Change “Requires at least” to
5.5
- Rename
SelectedBlockAttributes
component toBlockXray
- Add Higher Order Component
WithSelectedBlock
1.0.0
- Initial release