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

100% compatible with Gutenberg? #8

Closed
lukasz-gorski opened this issue Feb 1, 2023 · 3 comments
Closed

100% compatible with Gutenberg? #8

lukasz-gorski opened this issue Feb 1, 2023 · 3 comments

Comments

@lukasz-gorski
Copy link

100% compatible with Gutenberg ? How come if there is no editor.js file and 0 to support Gutenberg.

@ipatate
Copy link
Contributor

ipatate commented Feb 3, 2023

hello, it's starter, you can add all stuffs you want.
For Gutenberg, you have the file theme.json.
If you want use FSE, you have a branch for that. https://github.com/WP-Performance/press-wind/tree/FSE
Personally, i have multiple sites with this starter and i use always FSE for all.
This site by exemple, use this stater and FSE https://wp-performance.com/

@ipatate ipatate closed this as completed Feb 6, 2023
@ipatate
Copy link
Contributor

ipatate commented Feb 6, 2023

hi @lukasz-gorski, now you have js files for editor. => https://presswind-doc.wp-performance.com/structure/admin/

@lukasz-gorski
Copy link
Author

Hi @ipatate .

Thank you for your time to solve that issue. So I see that instead

import { unregisterBlockStyle } from '@wordpress/blocks';
registerBlockStyle( 'totaldigital/white-boxes', []);

need to use just:

wp.blocks.unregisterBlockStyle('core/button', []);

Looks like a method, but a bit bypass. Well, if it works... ;)

I was trying to use some packages to make them external from config, but failed.

Anyway, awesome work, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants