Download the PHP package zauberfisch/silverstripe-easy-linkfield without Composer
On this page you can find all versions of the php package zauberfisch/silverstripe-easy-linkfield. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zauberfisch/silverstripe-easy-linkfield
More information about zauberfisch/silverstripe-easy-linkfield
Files in zauberfisch/silverstripe-easy-linkfield
Download zauberfisch/silverstripe-easy-linkfield
More information about zauberfisch/silverstripe-easy-linkfield
Files in zauberfisch/silverstripe-easy-linkfield
Vendor zauberfisch
Package silverstripe-easy-linkfield
Short Description SilverStripe inline link field that allows adding one or multiple links to any object and saves into a single DB field
License BSD-3-Clause
Package silverstripe-easy-linkfield
Short Description SilverStripe inline link field that allows adding one or multiple links to any object and saves into a single DB field
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package silverstripe-easy-linkfield
SilverStripe (inline) LinkField module
Allows adding one or multiple links to any object and saves into a single DB field. Editing happens inline in the form field, no GridField or popup is used.
Screenshots
Empty LinkList:
LinkList with 6 links (all possible types):
Know Bugs/Limitations (fixes are being worked on)
- At the moment, there is no way to limit the amount of links a user can add
- Uploading a file only works in the popup for attaching a file. the direct "upload new" link is not working (1)
- Using normal DropdownField with indentation instead of TreeDropdownField for Page selection (1)
- Files are not automatically published
(1) Problem is a bug in the underlying dependency. Sub-Routes in ArrayListField are currently not working
Maintainer Contact
- Zauberfisch [email protected]
Requirements
- php >=7.1
- silverstripe/framework >=4.5
- zauberfisch/silverstripe-serialized-dataobject >=4
Installation
composer require "zauberfisch/silverstripe-easy-linkfield"
- rebuild manifest (flush)
Documentation
Restrict link types
You can also limit the types of links that are allowed (builtin link types are: 'internal', 'external', 'file', 'email', 'phone'):
Accessing the values in php
Accessing the values in a template
Creating custom link type (eg for a DataObject)
All versions of silverstripe-easy-linkfield with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 || ^8
ext-json Version *
silverstripe/framework Version ^4.5 || ^5.0
silverstripe/vendor-plugin Version *
zauberfisch/silverstripe-serialized-dataobject Version ^4.0.5
ext-json Version *
silverstripe/framework Version ^4.5 || ^5.0
silverstripe/vendor-plugin Version *
zauberfisch/silverstripe-serialized-dataobject Version ^4.0.5
The package zauberfisch/silverstripe-easy-linkfield contains the following files
Loading the files please wait ....