mia3/mia3_location

该包最新版本(1.2.7)没有可用的许可证信息。

TYPO3 Location 扩展

安装: 129

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 1

开放问题: 0

类型:typo3-cms-extension

1.2.7 2018-11-09 15:15 UTC

This package is auto-updated.

Last update: 2024-09-05 18:59:39 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/
   }
}

创建新的发布/标签

  1. 安装 deployer
  2. 使用 dep release:patchdep release:minordep release:major 创建发布