Issue #1172💬 AnsweredOpened June 6, 2018by AB61620 reactions

How control settings like Google Maps

快速解答by artf

This is how the map block is inserted via basic blocks plugin So you can override it in this way

Read full answer below ↓

Question

I've been reading the GrapeJS API but couldn't find where I can manipulate a block's settings and pass those parameters as they are in the Google Maps block. Where can I find the information I need?

image

Answers (2)

artfJune 8, 2018

This is how the map block is inserted via basic blocks plugin So you can override it in this way

editor.BlockManager.add('map', {
    label: 'My Map',
    attributes: { class:'fa fa-map-o' },
    content: {
      type: 'map',
      style: { height: '350px' },
	  mapType: 'q', // q - Roadmap / w - Satellite
      address: 'Miami',
      zoom: 1, // max 20
    },
  });
lock[bot]September 17, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.