KI-AGENT: Ergänze wiederholende Termine für Kalender und Plantafel
This commit is contained in:
@@ -3096,6 +3096,13 @@ export const useDataStore = defineStore('data', () => {
|
||||
selectManualOptions: ["Entwurf", "Final"],
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
key: "repeatInterval",
|
||||
label: "Wiederholung",
|
||||
inputType: "select",
|
||||
selectManualOptions: ["Keine Wiederholung", "Täglich", "Wöchentlich", "2-wöchentlich", "Monatlich", "Jährlich"],
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
key: "color",
|
||||
label: "Farbe",
|
||||
|
||||
Reference in New Issue
Block a user