定制 agoat/contao-customcontentelements 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

agoat/contao-customcontentelements

Composer 安装命令:

composer require agoat/contao-customcontentelements

包简介

Contao 4 custom content elements

README 文档

README

Version License Downloads

Now compatible with Contao 4.4 lts and 4.9 lts (Contao 4.10+ not tested) !!

About

Create your own content elements with individual input fields.

Almost any input mask for content elements can be created, from very simple text entries to complex input structures with a choice of images, pages and various options.

Custom content elements consist of a template and any number of patterns that provide the various input fields. The patterns can be configured in such a way that they give the content data to the template, where it can be output into any corresponding HTML structure.

This makes it possible to implement both simple widgets (such as 'hero images') and extensive information boards (like 'team pages' with names, e-mails, numbers and addresses of the employees). And all the content can be accessed in a simple and elegant way.

Notice

There was a complete database redesign from Version 1.x to 2.x. A direct upgrade is not possible and all custom content elements must be re-created.

Install

Contao manager

Search for the package and install it

agoat/contao-customcontentelements

Managed edition

Add the package

# Using the composer
composer require agoat/contao-customcontentelements

Registration and configuration is done by the manager-plugin automatically.

Standard edition

Add the package

# Using the composer
composer require agoat/contao-customcontentelements

Register the bundle in the AppKernel

# app/AppKernel.php
class AppKernel
{
    // ...
    public function registerBundles()
    {
        $bundles = [
            // ...
            // after Contao\CoreBundle\ContaoCoreBundle
            new Agoat\CustomContentElementsBundle\AgoatCustomContentElementsBundle(),
        ];
    }
}

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2017-11-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固