Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codemonauts/craft-time-field
Simple Time Field for Craft CMS 3.x
https://github.com/codemonauts/craft-time-field
Last synced: about 5 hours ago
JSON representation
Simple Time Field for Craft CMS 3.x
- Host: GitHub
- URL: https://github.com/codemonauts/craft-time-field
- Owner: codemonauts
- License: mit
- Created: 2019-08-25T10:35:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T12:33:10.000Z (over 2 years ago)
- Last Synced: 2024-09-18T23:29:47.021Z (about 2 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Time Field for Craft CMS
![Icon](resources/timefield.png)
A simple time field type.
## Background
Sometimes you need a field in the control panel that allows you to enter time without a selector and store it as a simple text into the database. No time zone conversion, no datetime column, no backend validation. Just a valid time as text for later use.
## Requirements
* Craft CMS >= 4.0.0
## Installation
Open your terminal and go to your Craft project:
``` shell
cd /path/to/project
composer require codemonauts/craft-time-field
```## Usage
After installation, the control panel can be used to create simple time fields.
With ❤ by [codemonauts](https://codemonauts.com)