承接 kiltau/multisite-preview 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kiltau/multisite-preview

最新稳定版本:1.0.3

Composer 安装命令:

composer require kiltau/multisite-preview

包简介

Multisite preview button for the Neos backend. Useful for multisites with a data site to manage the content of multiple sites and thus having a possibility to open the preview of the current site in the corresponding frontend.

README 文档

README

This package provides a multisite preview button for the Neos backend. Useful for multisites with a data site to manage the content of multiple sites and thus having a possibility to open the preview of the current site in the corresponding frontend.

Usage

Default Configuration

1. Add the following to your preview reference node type, e.g. homepage superTypes:

  Kiltau.MultisitePreview:PreviewReference: true

This will allow you to select the preview references for your document node type. This is usually the homepage of a site.

2. Add the following to your Document node type, e.g. blog post superTypes:

  Kiltau.MultisitePreview:PreviewButton: true

This will allow you to select the preview references for your document node type and change the preview button into a dropdown.

Configuration Override

If you don't want to use the default configuration, you can override the property name in your configuration.

Neos:
  Neos:
    Ui:
      frontendConfiguration:
        'Kiltau.MultisitePreview':
          previewReferences: 'yourPropertyName'

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-11