helper/notfound

TYPO3 Neos Helper 获取 Neos-Backend 中可编辑的 404 页面

安装: 419

依赖者: 0

建议者: 0

安全: 0

星星: 0

观察者: 2

分支: 0

公开问题: 0

类型:typo3-flow-package

1.0.0 2015-07-22 14:28 UTC

This package is not auto-updated.

Last update: 2024-09-28 17:43:53 UTC


README

TYPO3 Neos 包,用于加载 Neos 页面以显示 404 错误。同时支持多语言页面。

兼容 TYPO3 Neos 1.0-2.0+

安装

composer require "helper/notfound" "1.0.*"

在网站根目录下创建一个 URI 为 "404" 的页面。

或者,在 Settings.yaml 中设置以下配置

  TYPO3:
    Flow:
      error:
        exceptionHandler:
          renderingGroups:
            notFoundExceptions:
              options:
                variables:
                  # Path to 404 error page relative to site root
                  path: '404'