2017 © Pedro Peláez
 

ezstudio-bundle ezee-sectionformfield-bundle

Section Field for eZ Studio Form Builder

image

smile/ezee-sectionformfield-bundle

Section Field for eZ Studio Form Builder

  • Friday, March 3, 2017
  • by noodle69
  • Repository
  • 7 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SmileEzEESectionFormFieldBundle

SensioLabsInsight, (*1)

Add new eZStudio Form Field named Section to organize Form Fields., (*2)

This new Field is not really a Form Field, just a Form section delimiter., (*3)

Installation

Get the bundle using composer

Add SmileEzEESectionFormFieldBundle by running this command from the terminal at the root of your eZStudio project:, (*4)

composer require smile/ezee-sectionformfield-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:, (*5)

// ezpublish/EzPublishKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Smile\EzEESectionFormFieldBundle\SmileEzEESectionFormFieldBundle(),
        // ...
    );
}

Add assetic

{% stylesheets filter='cssrewrite' ... 'bundles/smileezeesectionformfield/css/smileform_section.css' %} <link rel="stylesheet" type="text/css" href="{{ asset_url }}"> {% endstylesheets %}, (*6)

The Versions

03/03 2017

dev-master

9999999-dev

Section Field for eZ Studio Form Builder

  Sources   Download

GPL-3.0

The Requires

 

03/03 2017

1.0.2

1.0.2.0

Section Field for eZ Studio Form Builder

  Sources   Download

GPL-3.0

The Requires

 

02/03 2017

1.0.1

1.0.1.0

Section Field for eZ Studio Form Builder

  Sources   Download

GPL-3.0

The Requires

 

01/03 2017

1.0.0

1.0.0.0

Section Field for eZ Studio Form Builder

  Sources   Download

GPL-3.0

The Requires