We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02ba0c commit fa004e5Copy full SHA for fa004e5
adminforth/commands/createCustomComponent/main.js
@@ -189,7 +189,7 @@ async function handleCrudPageInjectionCreation(config, resources) {
189
message: 'Where exactly do you want to inject the component?',
190
choices: [
191
...(crudType === 'create' || crudType === 'edit'
192
- ? [{ name: '💾 Save button', value: 'saveButton' }, new Separator()]
+ ? [{ name: '💾 Save button on create/edit page', value: 'saveButton' }, new Separator()]
193
: []),
194
{ name: '⬆️ Before Breadcrumbs', value: 'beforeBreadcrumbs' },
195
{ name: '➡️ Before Action Buttons', value: 'beforeActionButtons' },
0 commit comments