Compare commits
2 Commits
afccda0eb9
...
a74de768ac
Author | SHA1 | Date | |
---|---|---|---|
a74de768ac | |||
cc5879e0a8 |
@ -22,3 +22,4 @@ PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
|
|||||||
Push commits, it will auto-deploy to [kios-admin.lumbung.space](https://kios-admin.lumbung.space). CI/CD is powered by [Drone](https://drone.autonomic.zone/ruangrupa/lumbung-kios-cms), it uses the `Dockerfile` in the root project folder for builds. You can test builds locally using `docker build .`.
|
Push commits, it will auto-deploy to [kios-admin.lumbung.space](https://kios-admin.lumbung.space). CI/CD is powered by [Drone](https://drone.autonomic.zone/ruangrupa/lumbung-kios-cms), it uses the `Dockerfile` in the root project folder for builds. You can test builds locally using `docker build .`.
|
||||||
|
|
||||||
The application is running on the `ruangrupa-dedi` server as a vanilla Docker swarm stack.
|
The application is running on the `ruangrupa-dedi` server as a vanilla Docker swarm stack.
|
||||||
|
|
||||||
|
@ -38,6 +38,20 @@ const Dispatches: CollectionConfig = {
|
|||||||
relationTo: 'couriers',
|
relationTo: 'couriers',
|
||||||
hasMany: false,
|
hasMany: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'timeSensitive',
|
||||||
|
type: 'select',
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
label: 'Yes',
|
||||||
|
value: 'yes',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'No',
|
||||||
|
value: 'no',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'status', // required
|
name: 'status', // required
|
||||||
type: 'select', // required
|
type: 'select', // required
|
||||||
|
Reference in New Issue
Block a user