https://github.com/marcodaniels/cockpit-null-check
Cockpit CMS addon to update API response to include null.
https://github.com/marcodaniels/cockpit-null-check
cockpit cockpit-cms cockpit-cms-addon
Last synced: 6 months ago
JSON representation
Cockpit CMS addon to update API response to include null.
- Host: GitHub
- URL: https://github.com/marcodaniels/cockpit-null-check
- Owner: MarcoDaniels
- License: mit
- Created: 2021-01-18T20:36:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T09:02:23.000Z (over 4 years ago)
- Last Synced: 2025-02-15T04:27:19.403Z (8 months ago)
- Topics: cockpit, cockpit-cms, cockpit-cms-addon
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cockpit CMS Addon Null Check
This addon transforms the API response to include `null` value when a non-required field is empty.
## Install
```
cd path/to/cockpit/addonsgit clone https://github.com/MarcoDaniels/cockpit-null-check.git
```Download and unzip or clone this project to the addons folder,
and the API will return `null` for the fields with no content on them.