2017 © Pedro Peláez
 

ezstudio-bundle ezee-phoneformfield-bundle

Phone Field for eZ Studio Form Builder

image

smile/ezee-phoneformfield-bundle

Phone Field for eZ Studio Form Builder

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

The README.md

SmileEzEEPhoneFormFieldBundle

SensioLabsInsight, (*1)

Add new eZStudio Form Field named Phone displaying select field with country list, (*2)

Installation

Get the bundle using composer

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

composer require smile/ezee-phoneformfield-bundle

Enable the bundle

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

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

Add assetic

{% javascripts ... 'bundles/smileezeephoneformfield/js/smileform_phone.js' %} <script type="text/javascript" src="{{ asset_url }}"></script> {% endjavascripts %}, (*5)

The Versions

10/03 2017

dev-master

9999999-dev

Phone Field for eZ Studio Form Builder

  Sources   Download

GPL-3.0

The Requires

 

10/03 2017

1.0.0

1.0.0.0

Phone Field for eZ Studio Form Builder

  Sources   Download

GPL-3.0

The Requires