You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tile.yml
+55-20Lines changed: 55 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -378,11 +378,16 @@ forms:
378
378
type: boolean
379
379
description: Use this plan for the internal metadata of the broker. This should only be enabled for one service, as the broker may pick from repository enabled plans at random on startup.
380
380
configurable: true
381
-
- name: cost_usd
382
-
label: Cost in US Dollars
381
+
- name: cost_value
382
+
label: Cost
383
383
type: string
384
384
configurable: true
385
385
description: The cost for the plan based on the "Cost Unit". Should be in the form of a float -- 0.00
386
+
- name: cost_currency
387
+
label: Cost currency
388
+
type: string
389
+
configurable: true
390
+
description: The currency of a cost for the plan. Should be the three-letter ISO code (USD, EUR)
386
391
- name: cost_unit
387
392
label: Cost Unit
388
393
type: string
@@ -450,7 +455,8 @@ forms:
450
455
default:
451
456
- name: 5gb
452
457
description: 5 GB free trial
453
-
cost_usd: 0.00
458
+
cost_value: 0.00
459
+
cost_currency: USD
454
460
cost_unit: MONTHLY
455
461
quota_limit: 5
456
462
quota_warn: 4
@@ -461,7 +467,8 @@ forms:
461
467
- name: unlimited
462
468
repository_plan: true
463
469
description: Usage based billing
464
-
cost_usd: 0.03
470
+
cost_value: 0.03
471
+
cost_currency: USD
465
472
cost_unit: PER_GB_PER_MONTH
466
473
bullet_1: Shared Object Storage
467
474
bullet_2: Unlimited Storage
@@ -616,11 +623,16 @@ forms:
616
623
type: boolean
617
624
description: Use this plan for the internal metadata of the broker. This should only be enabled for one service, as the broker may pick from repository enabled plans at random on startup.
618
625
configurable: true
619
-
- name: cost_usd
620
-
label: Cost in US Dollars
626
+
- name: cost_value
627
+
label: Cost
621
628
type: string
622
629
configurable: true
623
630
description: The cost for the plan based on the "Cost Unit". Should be in the form of a float -- 0.00
631
+
- name: cost_currency
632
+
label: Cost currency
633
+
type: string
634
+
configurable: true
635
+
description: The currency of a cost for the plan. Should be the three-letter ISO code (USD, EUR)
624
636
- name: cost_unit
625
637
label: Cost Unit
626
638
type: string
@@ -688,7 +700,8 @@ forms:
688
700
default:
689
701
- name: 5gb
690
702
description: 5 GB free trial
691
-
cost_usd: 0.00
703
+
cost_value: 0.00
704
+
cost_currency: USD
692
705
cost_unit: MONTHLY
693
706
quota_limit: 5
694
707
quota_warn: 4
@@ -699,7 +712,8 @@ forms:
699
712
- name: unlimited
700
713
repository_plan: true
701
714
description: Usage based billing
702
-
cost_usd: 0.03
715
+
cost_value: 0.03
716
+
cost_currency: USD
703
717
cost_unit: PER_GB_PER_MONTH
704
718
bullet_1: Shared Object Storage
705
719
bullet_2: Unlimited Storage
@@ -853,11 +867,16 @@ forms:
853
867
type: boolean
854
868
description: Use this plan for the internal metadata of the broker. This should only be enabled for one service, as the broker may pick from repository enabled plans at random on startup.
855
869
configurable: true
856
-
- name: cost_usd
857
-
label: Cost in US Dollars
870
+
- name: cost_value
871
+
label: Cost
858
872
type: string
859
873
configurable: true
860
874
description: The cost for the plan based on the "Cost Unit". Should be in the form of a float -- 0.00
875
+
- name: cost_currency
876
+
label: Cost currency
877
+
type: string
878
+
configurable: true
879
+
description: The currency of a cost for the plan. Should be the three-letter ISO code (USD, EUR)
861
880
- name: cost_unit
862
881
label: Cost Unit
863
882
type: string
@@ -925,7 +944,8 @@ forms:
925
944
default:
926
945
- name: 5gb
927
946
description: 5 GB free trial
928
-
cost_usd: 0.00
947
+
cost_value: 0.00
948
+
cost_currency: USD
929
949
cost_unit: MONTHLY
930
950
quota_limit: 5
931
951
quota_warn: 4
@@ -936,7 +956,8 @@ forms:
936
956
- name: unlimited
937
957
repository_plan: true
938
958
description: Usage based billing
939
-
cost_usd: 0.03
959
+
cost_value: 0.03
960
+
cost_currency: USD
940
961
cost_unit: PER_GB_PER_MONTH
941
962
bullet_1: Shared Object Storage
942
963
bullet_2: Unlimited Storage
@@ -1090,11 +1111,16 @@ forms:
1090
1111
type: boolean
1091
1112
description: Use this plan for the internal metadata of the broker. This should only be enabled for one service, as the broker may pick from repository enabled plans at random on startup.
1092
1113
configurable: true
1093
-
- name: cost_usd
1094
-
label: Cost in US Dollars
1114
+
- name: cost_value
1115
+
label: Cost
1095
1116
type: string
1096
1117
configurable: true
1097
1118
description: The cost for the plan based on the "Cost Unit". Should be in the form of a float -- 0.00
1119
+
- name: cost_currency
1120
+
label: Cost currency
1121
+
type: string
1122
+
configurable: true
1123
+
description: The currency of a cost for the plan. Should be the three-letter ISO code (USD, EUR)
1098
1124
- name: cost_unit
1099
1125
label: Cost Unit
1100
1126
type: string
@@ -1162,7 +1188,8 @@ forms:
1162
1188
default:
1163
1189
- name: 5gb
1164
1190
description: 5 GB free trial
1165
-
cost_usd: 0.00
1191
+
cost_value: 0.00
1192
+
cost_currency: USD
1166
1193
cost_unit: MONTHLY
1167
1194
quota_limit: 5
1168
1195
quota_warn: 4
@@ -1173,7 +1200,8 @@ forms:
1173
1200
- name: unlimited
1174
1201
repository_plan: true
1175
1202
description: Usage based billing
1176
-
cost_usd: 0.03
1203
+
cost_value: 0.03
1204
+
cost_currency: USD
1177
1205
cost_unit: PER_GB_PER_MONTH
1178
1206
bullet_1: Shared Object Storage
1179
1207
bullet_2: Unlimited Storage
@@ -1327,11 +1355,16 @@ forms:
1327
1355
type: boolean
1328
1356
description: Use this plan for the internal metadata of the broker. This should only be enabled for one service, as the broker may pick from repository enabled plans at random on startup.
1329
1357
configurable: true
1330
-
- name: cost_usd
1331
-
label: Cost in US Dollars
1358
+
- name: cost_value
1359
+
label: Cost
1332
1360
type: string
1333
1361
configurable: true
1334
1362
description: The cost for the plan based on the "Cost Unit". Should be in the form of a float -- 0.00
1363
+
- name: cost_currency
1364
+
label: Cost currency
1365
+
type: string
1366
+
configurable: true
1367
+
description: The currency of a cost for the plan. Should be the three-letter ISO code (USD, EUR)
0 commit comments