2017 © Pedro Peláez
 

application block-generator-bundle

eZ Studio Block Generator

image

dk-ez-studio/block-generator-bundle

eZ Studio Block Generator

  • Monday, January 16, 2017
  • by kevindejour
  • Repository
  • 2 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

eZStudioBlockGeneratorBundle

A Bungle with a eZ Studio Block Generator, (*1)

How to install:, (*2)

add to your composer, (*3)

composer require dk-ez-studio/block-generator-bundle dev-master

add to your app/AppKernel.php, (*4)

new DKeZStudio\BlockGeneratorBundle\eZStudioBlockGeneratorBundle()

How to use:, (*5)

php app/console generate:ezstudio:block

Create your bundle as usual, but choose after a name for your block, (*6)

Set a name for your eZStudio Block.

Name of your eZStudio Block: My custom Block Name

set the number of fields you need, (*7)

Set the number of fields for your eZStudio Block.

Number of fields for your eZStudio Block: 5

and then for each field, the kind of field you want, (*8)

Determine the format to use for the eZ Studio block field 1

Field type for field 1 (integer, string, text, multiple or embed): integer

Determine the format to use for the eZ Studio block field 2

Field type for field 2 (integer, string, text, multiple or embed): string

Determine the format to use for the eZ Studio block field 3

Field type for field 3 (integer, string, text, multiple or embed): text

Determine the format to use for the eZ Studio block field 4

Field type for field 4 (integer, string, text, multiple or embed): multiple

Determine the format to use for the eZ Studio block field 5

Field type for field 5 (integer, string, text, multiple or embed): embed

and VOILA ! :D, (*9)

ps: don't forget to update frequently, it's still in dev ;), (*10)

The Versions

16/01 2017

dev-master

9999999-dev https://github.com/kevindejour/eZStudioBlockGeneratorBundle

eZ Studio Block Generator

  Sources   Download

MIT

The Requires

  • ezsystems/landing-page-fieldtype-bundle >=1.0

 

by Kevin DEJOUR

ezstudio