mia3 / mia3_location
该包最新版本(1.2.7)没有可用的许可证信息。
TYPO3 Location 扩展
1.2.7
2018-11-09 15:15 UTC
README
使用 GoogleMaps 进行位置搜索
修改模板路径
您不应编辑扩展的原版模板,因为这些更改在升级扩展时会消失。与任何基于 extbase 的扩展一样,您可以在目录 Resources/Private/
中找到模板。
如果您想更改模板,请将所需文件复制到您存储模板的目录。这可以是一个位于 fileadmin
的目录或自定义扩展。可以定义多个后备选项,这使得自定义模板变得更加容易。
plugin.tx_mia3location {
view {
templateRootPaths >
templateRootPaths {
0 = EXT:mia3_location/Resources/Private/Templates/
1 = fileadmin/templates/ext/news/Templates/
}
partialRootPaths >
partialRootPaths {
0 = EXT:mia3_location/Resources/Private/Partials/
1 = fileadmi`n/templates/ext/news/Partials/
}
layoutRootPaths >
layoutRootPaths {
0 = EXT:mia3_location/Resources/Private/Layouts/
1 = fileadmin/templates/ext/news/Layouts/
}
}
}
使用 TypoScript 常量更改模板
您可以使用以下 TypoScript 在 常量 中更改路径
plugin.tx_mia3location {
view {
templateRootPath = fileadmin/templates/ext/mia3_location/Templates/
partialRootPath = fileadmin/templates/ext/mia3_location/Partials/
layoutRootPath = fileadmin/templates/ext/mia3_location/Layouts/
}
}
创建新的发布/标签
- 安装 deployer
- 使用
dep release:patch
、dep release:minor
或dep release:major
创建发布