shel/mediafrontend 问题修复 & 功能扩展

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

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

shel/mediafrontend

最新稳定版本:3.0.1

Composer 安装命令:

composer require shel/mediafrontend

包简介

Content elements and utilities for media in Neos CMS

README 文档

README

This is a plugin for Neos CMS and the Neos/Media package.

It allows you to import files from a folder into the Media management and contains some Neos content element for browsing media in the frontend.

Warning: This package is not stable yet. So use at your own risk!

Installation

Add composer package

Run the following command in your site package:

composer require --no-update shel/mediafrontend

Then run the following command in your project root:

composer update

Dependencies

See composer.json. Additionally the frontend uses FontAwesome by default. But you can change this by overriding the Fusion objects in your own package.

Routing

The routes for the content element pagination are auto-included in the Settings.yaml.

Import files

This command will import all files recursively from a folder and puts them into a asset collection called "Imported".

Running the import command several times will not import the files again. Each files sha1 hash is checked if it already exists as resource.

./flow import:files --path=... [--simulate] 

Undo import

Removes all assets which are still part of the "Imported" asset collection. You can use this command to cleanup your assets after you assigned your files to the collections you want.

./flow import:purge [--simulate]

Use the content elements

After installation you can add the new element Asset directory as content element to any page.

It allows you to configure a main asset collection to initially filter which assets to show. You can also define more collections by which the user can filter.

Another filterbox shows the available tags of the selected main asset collection.

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2015-07-15