Feat(tag): Can modify tags and save it into config.yml
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
---
|
||||
categories:
|
||||
tout:
|
||||
name: Tout
|
||||
@@ -6,7 +5,6 @@ categories:
|
||||
icon: file-invoice-dollar
|
||||
color: '#78e08f'
|
||||
words: []
|
||||
|
||||
cash:
|
||||
name: Cash
|
||||
variant: info
|
||||
@@ -14,25 +12,22 @@ categories:
|
||||
color: '#78e08f'
|
||||
words:
|
||||
- RETRAIT
|
||||
|
||||
CB:
|
||||
cb:
|
||||
name: CB
|
||||
variant: info
|
||||
icon: credit-card
|
||||
color: "#4a69bd"
|
||||
color: '#4a69bd'
|
||||
words:
|
||||
- PAIEMENT
|
||||
|
||||
virements:
|
||||
name: Virements
|
||||
variant: info
|
||||
icon: directions
|
||||
invert: true
|
||||
color: "#f6b93b"
|
||||
color: '#f6b93b'
|
||||
words:
|
||||
- PAIEMENT
|
||||
- RETRAIT
|
||||
|
||||
tags:
|
||||
cash:
|
||||
name: Cash
|
||||
@@ -41,31 +36,28 @@ tags:
|
||||
color: '#78e08f'
|
||||
words:
|
||||
- RETRAIT
|
||||
|
||||
virements:
|
||||
name: Virements
|
||||
variant: info
|
||||
icon: directions
|
||||
invert: true
|
||||
color: "#f6b93b"
|
||||
color: '#f6b93b'
|
||||
words:
|
||||
- PAIEMENT
|
||||
- RETRAIT
|
||||
|
||||
autoroute:
|
||||
name: Autoroute
|
||||
variant: danger
|
||||
icon: road
|
||||
color: "#eb2f06"
|
||||
color: '#eb2f06'
|
||||
words:
|
||||
- AUTOROUTE
|
||||
- APRR
|
||||
|
||||
essence:
|
||||
essence:
|
||||
name: Essence
|
||||
variant: danger
|
||||
icon: charging-station
|
||||
color: "#0c2461"
|
||||
color: '#0c2461'
|
||||
words:
|
||||
- CARBU
|
||||
- TOTAL
|
||||
@@ -75,20 +67,18 @@ tags:
|
||||
- ESSO
|
||||
- BELLEGARDE SU CARREFOUR
|
||||
- ST CLAUDE CASINOCARB
|
||||
|
||||
train:
|
||||
name: train
|
||||
variant: danger
|
||||
icon: train
|
||||
color: "#eb2f06"
|
||||
color: '#eb2f06'
|
||||
words:
|
||||
- SNCF
|
||||
|
||||
courses:
|
||||
courses:
|
||||
name: Courses
|
||||
variant: warning
|
||||
icon: shopping-cart
|
||||
color: "#665191"
|
||||
color: '#665191'
|
||||
words:
|
||||
- BIOCOOP
|
||||
- LA VIE CLAIRE
|
||||
|
||||
Reference in New Issue
Block a user