But can’t find the new editor (maps) in the backoffice (Data Types > Grid Layout > Row Configurations > ‘Allow all editors’ is tested), and when I create new content, I still have available only the original editors:
Is this the place where all new editors will appear?
What's normal to do next when adding an external editor?
The editor seem ok now, after cleaning cache (ClientDependency), and running ccleaner (ccleaner have helped me a lot when things seems a little bit strange):
I can absolutly recommend trying out GridMaps if you want one or more Google Maps in Umbraco Grid on the same page.
GridMaps ver. 1.0 - GridMaps for Umbraco
https://our.umbraco.org/projects/website-utilities/gridmaps
Need Google Map inside the Grid in Umbraco 7.2
Maybe this new package works. https://our.umbraco.org/projects/website-utilities/gridmaps
Install it as a local package, but how can this be used?
Someone who has a decent recipe for how the package works?
After installing GridMaps-package, these files has been installed:
And also GridMaps.dll has been added to the bin-folder.
I observe that this lines has been added to grid.editors.config.js:
,
{
"name": "Grid Maps"
"alias": "grid maps",
"view", "/App_Plugins/GridMaps/Views/gridmapsgrideditor.html"
"render", "/App_Plugins/GridMaps/Render/GridMapsGridEditor.cshtml"
"icon": "icon-location nearby"
"config": {
"defaultLat": 50.1109221,
"defaultLng": 8.6821267000000262,
"default zoom": 6
}
}
But can’t find the new editor (maps) in the backoffice (Data Types > Grid Layout > Row Configurations > ‘Allow all editors’ is tested),
and when I create new content, I still have available only the original editors:
Is this the place where all new editors will appear?
What's normal to do next when adding an external editor?
The editor seem ok now, after cleaning cache (ClientDependency), and running ccleaner (ccleaner have helped me a lot when things seems a little bit strange):
I can absolutly recommend trying out GridMaps if you want one or more Google Maps in Umbraco Grid on the same page.
Case solved!
is working on a reply...