Add support for project attribute ci_display_pipeline_variables
Add support for new project boolean attribute `ci_display_pipeline_variables`. ## Implementation Guide - Follow the `CONTRIBUTING.md` guide for setting up your local development environment. - Clone the community fork of this project. - In `projects.go`, add a new boolean attribute called `CIDisplayPipelineVariables` to the `Project` and `EditProjectOptions` structs.
issue