Display Google map in notes field
Add Google map to the notes field.
 online shop
online shop
 App settings screen
App settings screen
- 
Please follow the steps below to obtain the Google map embed code. Search by address or store name, and when a store appears, press “Share”.  google map settings screen google map settings screenFrom “Embed Map”, “Copy HTML” and paste it into the app.  google map settings screen google map settings screen App settings screen App settings screen
- 
Customize the theme => Please set the following css from the app settings. 
#cc-main-note svg {
  display: none;
}
#cc-main-note-context {
  width: 100%;
}
#cc-main-note-context svg {
  display: unset;
}
.cc-calendar-overall .note svg {
  stroke: #111;
}
