Skip to content

feat: add global config for AutoFormModal button labels#29

Merged
Norbiros merged 1 commit into
Norbiros:masterfrom
lajczi:feat/configurable-labels
Mar 16, 2026
Merged

feat: add global config for AutoFormModal button labels#29
Norbiros merged 1 commit into
Norbiros:masterfrom
lajczi:feat/configurable-labels

Conversation

@lajczi

@lajczi lajczi commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

Closes #28

Example configuration:

export default defineAppConfig({
  autoForm: {
    modal: {
      submitLabel: 'Confirm',
      closeLabel: 'Dismiss',
    },
  },
})

Comment thread src/runtime/components/AutoFormModal.vue
Signed-off-by: lajczi <lajczi@disroot.org>
@Norbiros Norbiros merged commit 482e403 into Norbiros:master Mar 16, 2026
2 checks passed
@lajczi lajczi deleted the feat/configurable-labels branch March 16, 2026 17:24
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.

[Enhancement]: Add global configuration for AutoFormModal button labels

2 participants