Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#45247 closed defect (bug) (fixed)

'Export as JSON' link missing from reusable blocks

Reported by: noisysocks's profile noisysocks Owned by: pento's profile pento
Milestone: 5.0 Priority: normal
Severity: normal Version: 5.0
Component: Editor Keywords: has-patch fixed-5.0
Focuses: Cc:

Description

From https://github.com/WordPress/gutenberg/issues/11275.

Describe the bug

5.0 Beta 2 is missing the 'Export as JSON' link that usually appears underneath reusable blocks.

To Reproduce

Steps to reproduce the behavior:

  1. Make a block a reusable block
  2. Select "Manage All Reusable Blocks
  3. Hover over one of the block titles
  4. Look for link "Export as JSON"

Expected behavior

Next to the Edit and Trash links, there should be an 'Export as JSON' link.

Attachments (3)

45247.diff (13.3 KB) - added by noisysocks 6 years ago.
45247.2.diff (1.5 KB) - added by noisysocks 6 years ago.
45247.3.diff (1.5 KB) - added by noisysocks 6 years ago.

Download all attachments as: .zip

Change History (8)

@noisysocks
6 years ago

#1 @noisysocks
6 years ago

  • Keywords has-patch added; needs-patch removed

@noisysocks
6 years ago

@noisysocks
6 years ago

#2 @pento
6 years ago

  • Milestone changed from Awaiting Review to 5.0
  • Owner changed from noisysocks to pento

#3 @pento
6 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 43854:

Blocks: Add "Export as JSON" action to the wp_block post list screen.

Remove the "Quick Edit" for wp_blocks, too, as they don't need any of that functionality.

Props noisysocks.
Fixes #45247.

#4 @SergeyBiryukov
6 years ago

  • Keywords fixed-5.0 added
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening for trunk.

#5 @jeremyfelt
6 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 44220:

Blocks: Add "Export as JSON" action to the wp_block post list screen.

Remove the "Quick Edit" for wp_blocks, too, as they don't need any of that functionality.

Merges [43854] from the 5.0 branch to trunk.

Props noisysocks.
Fixes #45247.

Note: See TracTickets for help on using tickets.