Sapan Bhatia | 8c95eb4 | 2017-05-02 12:17:52 +0200 | [diff] [blame] | 1 | option app_label = "fabric"; |
| 2 | option verbose_name = "Fabric Service"; |
| 3 | option kind = "fabric"; |
| 4 | |
| 5 | message FabricService(Service){ |
| 6 | optional bool autoconfig = 1 [default = True, help_text="Autoconfigure the fabric", null=False]; |
| 7 | } |