Expand documentation to include InspectorControls code examples #4478
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Status] In Progress
Tracking issues with work in progress
[Type] Developer Documentation
Documentation for developers
I'm working on a demo ES5 Countdown Timer block at the moment. It needs two control elements:
label
andcountdown_date
.Because the latter is a computed value, I want to create a TextControl (or similar) to input the date. However, only
BlockControls
are documented so I spent a fair amount of time in confusion until I realized there's anInspectorControls
API too. It would be nice to have this documented.The text was updated successfully, but these errors were encountered: