2017 © Pedro Peláez
 

silverstripe-vendormodule links

Add editable links to any DataObject

image

weboftalent/links

Add editable links to any DataObject

  • Wednesday, May 9, 2018
  • by weboftalent
  • Repository
  • 1 Watchers
  • 1 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 5 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Links Manager

Build Status Scrutinizer Code Quality Code Coverage Build Status codecov.io, (*1)

Latest Stable Version Latest Unstable Version Total Downloads License Monthly Downloads Daily Downloads, (*2)

Dependency Status Reference Status, (*3)

codecov.io, (*4)

Maintainers

Introduction

This module provides a facility for adding and editing links on any DataObject. It could be used for example in providing related links on a blog article., (*5)

Installation

composer require "weboftalent/links"

Usage

Model Admin

Links folders and links can be edited in the admin area under /admin/linksfolders - each folder has a slug (so that it can be referenced from templates) and a tab of links. One can provide either internal (default) or external links., (*6)

A links tab can be added to any object using the LinksExtension class, (*7)

Templates

<ul>
<% loop $getLinksFolder('header') %>
    <li><a href="$URL">$Title</a></li>
<% end_loop %>
</ul>

Requirements

  • SilverStripe 4.*, for 3.* append :~5 to the above composer command.

The Versions

09/05 2018

dev-master

9999999-dev

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

09/05 2018

6.0.2

6.0.2.0

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

20/04 2018

6.0.1

6.0.1.0

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

20/04 2018

dev-upgradess4

dev-upgradess4

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

20/04 2018

6.0.0

6.0.0.0

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

27/02 2016

5.0.1

5.0.1.0

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

27/02 2016

5.0.0

5.0.0.0

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

20/01 2016

4.0.0

4.0.0.0

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

20/01 2016

dev-continuous_integration

dev-continuous_integration

Add editable links to any DataObject

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe links hyperlinks

04/05 2015

3.1.x-dev

3.1.9999999.9999999-dev

Silverstripe module to add related links and links to the footer

  Sources   Download

The Requires

 

silverstripe links weboftalent

03/09 2013

dev-stable30

dev-stable30

Silverstripe module to add related links and links to the footer

  Sources   Download

The Requires

 

silverstripe links weboftalent

23/01 2013

3.1.0

3.1.0.0

Silverstripe module to add related links and links to the footer

  Sources   Download

The Requires

 

silverstripe links weboftalent