https://github.com/graceframework/grace-fields
Customizable form-field rendering based on overrideable GSP template
https://github.com/graceframework/grace-fields
grace-plugin graceframework gsp scaffolding template
Last synced: 3 months ago
JSON representation
Customizable form-field rendering based on overrideable GSP template
- Host: GitHub
- URL: https://github.com/graceframework/grace-fields
- Owner: graceframework
- License: apache-2.0
- Created: 2023-11-29T16:57:36.000Z (almost 2 years ago)
- Default Branch: 6.3.x
- Last Pushed: 2025-06-18T21:21:16.000Z (4 months ago)
- Last Synced: 2025-06-18T21:40:42.467Z (4 months ago)
- Topics: grace-plugin, graceframework, gsp, scaffolding, template
- Language: Groovy
- Homepage: https://graceframework.org/grace-fields/latest
- Size: 4.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/graceframework/grace-fields/actions?query=workflow%3A%Grace+CI%22)
[](https://opensource.org/licenses/Apache-2.0)
[](https://search.maven.org/search?q=g:org.graceframework.plugins)
[](https://graceframework.org/grace-fields/latest/)
[](https://x.com/graceframework)[](https://groovy-lang.org/releasenotes/groovy-4.0.html)
[](https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0-RC2)
[](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.11)# Grace Fields Plugin
This plugin attempts to achieve that by using GSP templates looked up by convention.
Developers can then create templates for rendering particular properties or types of properties with the former overriding the latter.## Ducumentation
* [6.3.x](https://graceframework.org/grace-fields/6.3.x/)
## Versions
To make it easier for users to use and upgrade, Plugin adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).
| Plugin Version | Grace Version |
|----------------|---------------|
| 6.3.x | 2023.3.x |
| 6.2.x | 2023.2.x |
| 6.1.x | 2023.1.x |
| 6.0.x | 2023.0.x |
| 5.2.x | 2022.2.x |
| 5.1.x | 2022.1.x |
| 5.0.x | 2022.0.x |## License
This plugin is available as open source under the terms of the [APACHE LICENSE, VERSION 2.0](http://apache.org/Licenses/LICENSE-2.0)
## Links
- [Grace Framework](https://github.com/graceframework/grace-framework)
- [Grace Plugins](https://github.com/grace-plugins)
- [Grace Scaffolding Plugin](https://github.com/graceframework/grace-scaffolding)