bltnico/form-polymer

More info on github !

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2014-12-18 13:16 UTC

This package is not auto-updated.

Last update: 2024-05-07 01:26:21 UTC


README

Run bower init in web/

Install Polymer bower install polymer/Polymer --save

How to use

{% include 'BltNicoPolymerFormBundle::form.html.twig' with {
    'form' : myForm,
    'display_submit' : true,
    'display_errors' : true,
    'ignore_fields' : ['name','action']
} %}