Hi All,
I have a store locator page, integrated with Google maps. The front-end functionality is developed in AngularJS. There are different labels that needs to be displayed in the page, which has to be authorable. The approach in my mind is to create a template called "Store Locator" which will have the JSP/Sightly template to render the page.
How do I make the labels and text on the page which is rendered through AngularJS authorable? Where do I provide the functionality for authors to edit these labels (linke 'Opening time', 'Address', 'Store facility' etc.) Also, there is filter on the page which also needs to be author editable.
Also, configuration parameters like Google table id, Google key, Google Maps URL etc needs to be configured. How can I provide/build the solution for authors to configure these parameters?
Could someone please direct me on the right direction to build the functionality.
Thanks