# Block X-ray Attributes

Stable Tag: 1.1.0  
Requires at least: 5.5  
Tested up to: 5.9  
Requires PHP: 7.2  
License: GPL v2 or later  
Tags: block attributes, gutenberg, editor, block, developer, attributes  
Contributors: salcode  

## 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

1. The **Block X-ray** section in the document sidebar<br>![The Block X-ray section in the document sidebar](.wordpress-org/screenshot-1.png)

## Frequently Asked Questions

### Where is this plugin developed?

Development of this code happens at [github.com/salcode/block-xray-attributes](https://github.com/salcode/block-xray-attributes)

## Changelog

### 1.1.0

* Change "Requires at least" to `5.5`
* Rename `SelectedBlockAttributes` component to `BlockXray`
* Add Higher Order Component `WithSelectedBlock`

### 1.0.0

* Initial release
