I'm new to Grav and already loving it. I installed Grav+Admin on Ubuntu. I created a top level folder of type 'Blog' and several folders beneath it of type 'Item'.
My question is this: I want to modify the item template to include a new field called "Customer Number". I want the new field to appear in the Admin plugin when adding or modifying one of the 'Item' pages. I also want this field to appear on the frontend when viewing the page.
Where do I begin? I read the Grav docs regarding forms, but I couldn't apply that to my problem.