initial commit

This commit is contained in:
origin
2023-12-04 16:36:56 +01:00
commit e5dd88a27c
64 changed files with 4545 additions and 0 deletions

View File

@ -0,0 +1,4 @@
##################
#### TsConfig ####
##################
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:a2g_maps/Configuration/TsConfig/Page/Wizards.tsconfig">

View File

@ -0,0 +1,19 @@
################################
#### CONTENT ELEMENT WIZARD ####
################################
mod.wizards.newContentElement.wizardItems.a2gMaps {
after = common, menu, special, forms, plugins, blog
header = LLL:EXT:a2g_maps/Resources/Private/Language/locallang_db.xlf:wizard.group.maps
elements {
a2gmaps_map {
iconIdentifier = a2g_maps-plugin-map
title = LLL:EXT:a2g_maps/Resources/Private/Language/locallang_db.xlf:plugin.map.title
description = LLL:EXT:a2g_maps/Resources/Private/Language/locallang_db.xlf:plugin.map.description
tt_content_defValues {
CType = list
list_type = a2gmaps_map
}
}
}
show = *
}