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

Have the ability to create custom rules, closes #1162 #2040

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

Guillergood
Copy link
Contributor

@Guillergood Guillergood commented Jul 19, 2024

Description

Have the ability to create custom rules, right now we do not have a way to create a new class to put in setCustomRules, the closest thing is:

class QuillCustomDeleteRule extends InsertRule

which is not ideal, so why not import all rules folder?

Related Issues

It fixes #1162

Type of Change

  • New feature: Adds new functionality without breaking existing features.
  • 🛠️ Bug fix: Resolves an issue without altering current behavior.
  • 🧹 Code refactor: Code restructuring that does not affect behavior.
  • Breaking change: Alters existing functionality and requires updates.
  • 🧪 Tests: Adds new tests or modifies existing tests.
  • 📝 Documentation: Updates or additions to documentation.
  • 🗑️ Chore: Routine tasks, or maintenance.
  • Build configuration change: Changes to build or deploy processes.

@singerdmx singerdmx merged commit 8da8e05 into singerdmx:master Jul 19, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

Override default rules to remove some rules
3 participants