justinsunho / leesreview.com

BSD Zero Clause License
0 stars 0 forks source link

Remove price field in the pricing cards #8

Closed justinsunho closed 3 years ago

justinsunho commented 3 years ago

Remove the price field in the pricing cards/ schedule cards

Leave the color tab there though.

christineyoo commented 3 years ago

I wasn't sure about which field in the config.yml file (I couldn't find a .yaml file) I did ctrl+f of "price" on that file and found 7 instances of it, but wanted to ask you about it before I went ahead and made any deletions from that file...

christineyoo commented 3 years ago

For the config.yml file, I see there there are 7 instances of price... specifically on lines 47, 320, 326, 402, and 408. I'm not sure if the correct thing to do would be to delete the label: price on lines 320 and/or 402 or if the correct thing would just be to delete the {name: price, label: price, widget: string, required: true} objects within the fields key.

Your input is greatly appreciated.