Skip to content

Commit

Permalink
Try a generic block editor module
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 24, 2018
1 parent 47e69f3 commit 95e31b8
Show file tree
Hide file tree
Showing 41 changed files with 5,167 additions and 4,302 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ module.exports = {
selector: 'ImportDeclaration[source.value=/^edit-post(\\u002F|$)/]',
message: 'Use @wordpress/edit-post as import path instead.',
},
{
selector: 'ImportDeclaration[source.value=/^block-editor(\\u002F|$)/]',
message: 'Use @wordpress/block-editor as import path instead.',
},
{
selector: 'ImportDeclaration[source.value=/^viewport(\\u002F|$)/]',
message: 'Use @wordpress/viewport as import path instead.',
Expand Down
3 changes: 2 additions & 1 deletion docs/designers-developers/developers/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
- [**core**: WordPress Core Data](../../docs/designers-developers/developers/data/data-core.md)
- [**core/annotations**: Annotations](../../docs/designers-developers/developers/data/data-core-annotations.md)
- [**core/blocks**: Block Types Data](../../docs/designers-developers/developers/data/data-core-blocks.md)
- [**core/editor**: The Editor’s Data](../../docs/designers-developers/developers/data/data-core-editor.md)
- [**core/block-editor**: The Block Editor’s Data](../../docs/designers-developers/developers/data/data-core-block-editor.md)
- [**core/editor**: The Post Editor’s Data](../../docs/designers-developers/developers/data/data-core-editor.md)
- [**core/edit-post**: The Editor’s UI Data](../../docs/designers-developers/developers/data/data-core-edit-post.md)
- [**core/notices**: Notices Data](../../docs/designers-developers/developers/data/data-core-notices.md)
- [**core/nux**: The NUX (New User Experience) Data](../../docs/designers-developers/developers/data/data-core-nux.md)
Expand Down
Loading

0 comments on commit 95e31b8

Please sign in to comment.