2017 © Pedro Peláez
 

symfony-bundle doublespark

Provides custom enhancements for Contao 4

image

doublespark/doublespark

Provides custom enhancements for Contao 4

  • Tuesday, July 10, 2018
  • by jamesdevine
  • Repository
  • 0 Watchers
  • 0 Stars
  • 28 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 4 % Grown

The README.md

Doublespark Contao bundle

This bundle extends Contao 4 with the following features:, (*1)

Remote assets

Define remote assets that will be synced locally to web/local-assets, (*2)

Lowercase alias

Enforce lower case news and page alias, (*3)

Canonical URLs

Adds canonical meta tag to all pages. This can be manually overridden in the site structure., (*4)

This is a custom content element that allows for the creation of a clickable box with an image., (*5)

Double text element

A text element that contains two text inputs for two-column text sections., (*6)

Parallax content element

A content element for creating parallax sections, (*7)

Meta import/export

Export and re-import page meta fields, (*8)

Page meta character counts

Count characters on meta title and meta description field, (*9)

Custom save button

A custom save button for the backend, fixed to the top right for easy access, (*10)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*11)

$ composer require doublespark/doublespark "~1"

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*12)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*13)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Doublespark\DoublesparkBundle(),
        );

        // ...
    }

    // ...
}

The Versions

10/07 2018

dev-master

9999999-dev https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires

 

10/07 2018

v1.0.7

1.0.7.0 https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires

 

11/10 2017

v1.0.6

1.0.6.0 https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires

 

01/09 2017

v1.0.5

1.0.5.0 https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires

 

18/08 2017

v1.0.4

1.0.4.0 https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires

 

17/07 2017

v1.0.3

1.0.3.0 https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires

 

15/05 2017

v1.0.2

1.0.2.0 https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires

 

08/05 2017

v1.0.1

1.0.1.0 https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires

 

08/05 2017

v1.0.0

1.0.0.0 https://bitbucket.org/doublespark/doublespark

Provides custom enhancements for Contao 4

  Sources   Download

LGPL-3.0+

The Requires