arfaram/ibexa-location-relationlist-fieldtype 问题修复 & 功能扩展

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

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

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

GitHub tag (latest SemVer) Downloads License

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-only
  • 更新时间: 2023-07-14