Procházet zdrojové kódy

Fox doc about trigger property `quarter`

Sebastián Katzer před 8 roky
rodič
revize
c1d033b7a5
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -272,7 +272,7 @@ The properties depend on the trigger type. Not all of them are supported across
 |              | unit          | String  | `day`            | x       | x   | x       |
 |              | unit          | String  | `week`           | x       | x   | x       |
 |              | unit          | String  | `month`          | x       | x   | x       |
-|              | unit          | String  | `quarter`        |         | x   |
+|              | unit          | String  | `quarter`        | x       | x   | x       |
 |              | unit          | String  | `year`           | x       | x   | x       |
 | Repeat       |
 |              | count         | Int     |                  | x       |     | x       |
@@ -281,6 +281,7 @@ The properties depend on the trigger type. Not all of them are supported across
 |              | every         | String  | `day`            | x       | x   | x       |
 |              | every         | String  | `week`           | x       | x   | x       |
 |              | every         | String  | `month`          | x       | x   | x       |
+|              | every         | String  | `quarter`        | x       |     | x       |
 |              | every         | String  | `year`           | x       | x   | x       |
 |              | before        | Date    |                  |
 |              | firstAt       | Date    |                  | x       |