Skip to content

Commit

Permalink
Fix issue Google map API is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Nov 5, 2024
1 parent 62d4ddb commit d28e568
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugins/astroid/astroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<extension type="plugin" method="upgrade" group="system">
<name>Astroid Plugin</name>
<author>Astroid Framework Team</author>
<creationDate>October 2024</creationDate>
<version>3.1.7</version>
<creationDate>November 2024</creationDate>
<version>3.1.8</version>
<url>https://www.astroidframe.work</url>
<copyright>Copyright (C) 2023 TemPlaza, Inc. All rights reserved.</copyright>
<copyright>Copyright (C) 2024 TemPlaza, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.templaza.com</authorUrl>
Expand Down Expand Up @@ -47,6 +47,7 @@
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field name="gmap_api" type="text" default="" label="ASTROID_WIDGET_GMAP_API" description="ASTROID_WIDGET_GMAP_API_DESC"/>
</fieldset>
<fieldset name="astroid-tabs-visibility">
<field name="frontend_tabs_visibility" type="radio" default="1" label="ASTROID_TABS_FRONTEND_VISIBILTY" description="" class="btn-group btn-group-yesno">
Expand Down

0 comments on commit d28e568

Please sign in to comment.