We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
About the BumpCore\EditorPhp\EditorPhp::fake(), I would recommend to give an option to choose which blocks user want to generate
BumpCore\EditorPhp\EditorPhp::fake()
Thanks for the package
The text was updated successfully, but these errors were encountered:
Hi! Thank you for your feedback.
I think it’s a great idea. Just to confirm, do you mean something like the following example?
EditorPhp::fake( except: [Image::class], // Or only: [Table::class] )
In this example, I included the except parameter as well. The actual implementation might differ, but this is just for illustration.
except
If this is what you meant, please let me know so I can implement it.
Sorry, something went wrong.
No branches or pull requests
Hi,
About the
BumpCore\EditorPhp\EditorPhp::fake()
, I would recommend to give an option to choose which blocks user want to generateThanks for the package
The text was updated successfully, but these errors were encountered: