Closed justinsunho closed 3 years ago
{price}
from the ClassCard component price
from the graphql query in src > pages > schedule > index.js
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...
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.
Remove the price field in the pricing cards/ schedule cards
config.yaml
Leave the color tab there though.