pages-core
pages-core copied to clipboard
Bug: convert config rule "match" to array on save, not edit
Right now the rule match array conversion happens as the component updates, not when saving. This creates undesirable behavior when trying to add spaces (because of the constant trimming)
Acceptance Criteria
- [ ] Array conversion is added to rule save rather than rule update