arfaram/ibexa-location-relationlist-fieldtype
最新稳定版本:1.0.2
Composer 安装命令:
composer require arfaram/ibexa-location-relationlist-fieldtype
包简介
Add location fieldtype to Ibexa 4.x
关键字:
README 文档
README
Ibexa location relationlist fieldtype Bundle
Ibexa standard Content relations (multiple)fieldtype provides always the main location Id of selected contents which can be a bottleneck if you need to provide content links in multisites setup. This bundle provides a new Location relationList (multiple) fieldtype based on current content selection in the UDW (Universal discovery widget). The content link provided in the frontend is siteaccess aware.
Requirement
Ibexa 4.x +
Installation
composer require arfaram/ibexa-location-relationlist-fieldtype
- Activate the Bundle in
bundles.php
Ibexa\LocationRelationListFieldTypeBundle\IbexaLocationRelationListFieldTypeBundle::class => ['all' => true],
Translation
fieldtype name
If the new fieldtype is shown as location.name then run
php bin/console translation:extract en --config=ibexa_location_relation_list_fieldtype
Usage
{% if not ibexa_field_is_empty( content, '<FIELD-TYPE-IDENTIFIER>' ) %}
{{ ibexa_render_field(content, '<FIELD-TYPE-IDENTIFIER>') }}
{% endif %}
Screenshots
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2023-07-14

