We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088406d commit 1ab5d41Copy full SHA for 1ab5d41
README.md
@@ -6,3 +6,16 @@ Show a Fund Drive Goal in your LoTGD server. Use `sonata_block_render_event('lot
6
```bash
7
composer require lotgd-core/bundle-fund-drive
8
```
9
+
10
+# Default config
11
+```yaml
12
+lotgd_fund_drive:
13
+ # Monthly cost of LoTGD Server. This adds up to the final goal.
14
+ expenses: 0
15
+ # Goal amount of profit
16
+ profit: 50
17
+ # Deduct fees of PayPal from Goal
18
+ deduct_fees: true
19
+ # Currency usage for PayPal USD, EUR ...
20
+ paypal_currency: USD
21
+```
0 commit comments