- Add text_manager_button field to TextsDTO with getter method - Update SettingsSerializerService to validate and deserialize new field - Add text_manager_button field to admin settings store - Add input field in admin TextsView for configuring button text - Update SPA SettingsStore with default value including emoji - Replace hardcoded button text in Product.vue with configurable text - Remove SVG icon from manager button to allow emoji usage - Add default value with emoji to app.php configuration - Button text now customizable via admin panel Texts tab
admin
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Customize configuration
See Vite Configuration Reference.
Project Setup
bun install
Compile and Hot-Reload for Development
bun dev
Compile and Minify for Production
bun run build
Lint with ESLint
bun lint