Refactoring: finish move to 'src' directory

This commit is contained in:
Pieter Vander Vennet 2023-07-15 18:04:30 +02:00
parent e75d2789d2
commit 1bba106a86
158 changed files with 7715 additions and 7241 deletions

View file

@ -291,7 +291,7 @@
"mappings": [
{
"if": "cash_out:notes:denominations=5 EUR",
"icon": "./assets/tagRenderings/5euro.svg",
"icon": "./assets/layers/questions/5euro.svg",
"then": {
"en": "5 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 5 euro afhalen",
@ -301,7 +301,7 @@
},
{
"if": "cash_out:notes:denominations=10 EUR",
"icon": "./assets/tagRenderings/10euro.svg",
"icon": "./assets/layers/questions/10euro.svg",
"then": {
"en": "10 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 10 euro afhalen",
@ -311,7 +311,7 @@
},
{
"if": "cash_out:notes:denominations=20 EUR",
"icon": "./assets/tagRenderings/20euro.svg",
"icon": "./assets/layers/questions/20euro.svg",
"then": {
"en": "20 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 20 euro afhalen",
@ -321,7 +321,7 @@
},
{
"if": "cash_out:notes:denominations=50 EUR",
"icon": "./assets/tagRenderings/50euro.svg",
"icon": "./assets/layers/questions/50euro.svg",
"then": {
"en": "50 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 50 euro afhalen",
@ -331,7 +331,7 @@
},
{
"if": "cash_out:notes:denominations=100 EUR",
"icon": "./assets/tagRenderings/100euro.svg",
"icon": "./assets/layers/questions/100euro.svg",
"then": {
"en": "100 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 100 euro afhalen",
@ -341,7 +341,7 @@
},
{
"if": "cash_out:notes:denominations=200 EUR",
"icon": "./assets/tagRenderings/200euro.svg",
"icon": "./assets/layers/questions/200euro.svg",
"then": {
"en": "200 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 200 euro afhalen",
@ -351,7 +351,7 @@
},
{
"if": "cash_out:notes:denominations=500 EUR",
"icon": "./assets/tagRenderings/500euro.svg",
"icon": "./assets/layers/questions/500euro.svg",
"then": {
"en": "500 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 500 euro afhalen",