title: helloworld - Plugin Implementation - Quorum # `helloworld` Plugin | Version | Language | |:--------|:---------| | 1.0.0 | Go | ## Configuration ```json { "language": string } ``` | Fields | Description | |:-----------|:-------------------------------------------------------------------------| | `language` | A string indicating the language to greet. Supported values: `en` or `es` | ## Change Log ### v1.0.0 Initial release