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

FSE: Use older editor package for better Gutenberg compatibility. #34096

Merged
merged 4 commits into from
Jun 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WordPress dependencies
*/
import { registerBlockType } from '@wordpress/blocks';
import { InnerBlocks } from '@wordpress/block-editor';
import { InnerBlocks } from '@wordpress/editor';
import { __ } from '@wordpress/i18n';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import apiFetch from '@wordpress/api-fetch';
import { PlainText } from '@wordpress/block-editor';
import { PlainText } from '@wordpress/editor';
import { withNotices, Button } from '@wordpress/components';
import { compose } from '@wordpress/compose';
import { withSelect } from '@wordpress/data';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import edit from './edit';
import './style.scss';

registerBlockType( 'a8c/site-description', {
title: __( 'Site Description2' ),
title: __( 'Site Description' ),
description: __( 'Site description, also known as the tagline.' ),
icon: 'layout',
category: 'layout',
Expand Down
1 change: 0 additions & 1 deletion apps/full-site-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"dependencies": {
"@wordpress/api-fetch": "^3.1.2",
"@wordpress/block-editor": "^2.2.0",
"@wordpress/blocks": "^6.2.3",
"@wordpress/components": "^7.3.0",
"@wordpress/compose": "^3.2.0",
Expand Down