EzEECountryFormFieldBundle

UNIX name Owner Status
EzEECountryFormFieldBundle eZ Ecosystem stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

SmileEzEECountryFormFieldBundle

Add new eZStudio Form Field named Country displaying select field with country list

Installation

Get the bundle using composer

Add SmileEzEECountryFormFieldBundle by running this command from the terminal at the root of
your eZStudio project:

composer require smile/ezee-countryformfield-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:

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

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.