Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement image block #379

Merged
merged 4 commits into from
Apr 7, 2017
Merged

Implement image block #379

merged 4 commits into from
Apr 7, 2017

Conversation

aduth
Copy link
Member

@aduth aduth commented Apr 6, 2017

Related: #310

This pull request seeks to implement the core/image block. It should serve as a reference for a slightly more complex block type with multiple attributes, optional attributes, and selected state render handling.

Before After
Before After

Testing Instructions:

Verify that images in the sample Gutenberg post content are shown correctly, including caption. Selecting the image without caption should expand the selection. Per mockups we'd expect this to show placeholder text, but the <Editable /> component does not yet support placeholders (#378).

@aduth aduth added [Feature] Blocks Overall functionality of blocks Framework Issues related to broader framework topics, especially as it relates to javascript labels Apr 6, 2017
@aduth aduth mentioned this pull request Apr 6, 2017
@aduth aduth merged commit c057011 into master Apr 7, 2017
@aduth aduth deleted the add/image-block branch April 7, 2017 14:47
@afercia afercia added the [Feature] Widgets Screen The block-based screen that replaced widgets.php. label Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Blocks Overall functionality of blocks [Feature] Widgets Screen The block-based screen that replaced widgets.php. Framework Issues related to broader framework topics, especially as it relates to javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants