punktde/quickedit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

punktde/quickedit

最新稳定版本:3.0.0

Composer 安装命令:

composer require punktde/quickedit

包简介

This extension allows to define quick edit buttons for page property fields.

README 文档

README

1. Features

  • Display of a toolbar with edit buttons for defined fields or groups of fields
  • Only the defined fields are displayed in edit mode, all other fields of the page records are not shown
  • Goal: Give editors a better and easier way to edit fields of page records, especially if custom page types are used ( e.g. Events, News, Landingpage,...)

2. Usage

2.1 Installation

Installation using Composer

Run the following composer command:

composer require punktde/quickedit

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension 'quickedit' with the extension manager module.

2.2 Include page TSconfig for default pages (optional)

By including the provided page TSconfig the toolbar will be available for all default page types.

3. Configuration

Example pageTs configuration:

mod {
    web_layout {
        PageTypes {
            // Default Page
            1 {
                config {
                    1 {
                        label = General
                        fields = title, subtitle, slug
                        previewFields = title
                    }
                    2 {
                        label = Special
                        fields = hidden, fe_group
                        previewFields = *
                    }
                }
            }
        }
    }
}
  • In mod.web_layout.PageTypes use the ID of a page type to start configuration, e.g. '1' for default pages
  • Inside the 'config' you can define the required button groups ** You need to define a 'label' to display in the backend ** With fields you can define one or multiple fields to edit with this button (e.g: fields=title,subtitle) ** The property 'previewFields' defines which fields should be previewed in the backend. ** If the 'previewFields' should be the same as the defined 'fields' you can use the '*'

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2021-01-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固