X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fdist%2Fchain%2Fform-sample.yml;fp=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fdist%2Fchain%2Fform-sample.yml;h=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=9195236e2680686ed51cbf7a3557cffd19e68590;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-core/config/dist/chain/form-sample.yml b/vendor/drupal/console-core/config/dist/chain/form-sample.yml deleted file mode 100644 index 9195236e2..000000000 --- a/vendor/drupal/console-core/config/dist/chain/form-sample.yml +++ /dev/null @@ -1,35 +0,0 @@ -commands: - - command: generate:form:config - options: - module: example - class: ConfigForm - form-id: config_form - services: - - state - inputs: - - name: email - type: email - label: Email - description: 'Enter a valid email.' - fieldset: '' - - name: api_key - type: textfield - label: 'API Key' - description: 'Enter API Key' - maxlength: '64' - size: '64' - - name: number_field - type: number - label: 'Number field' - description: 'Enter a valid number.' - - name: big_text - type: textarea - label: 'Big text' - description: 'Enter a big text, you can user key' - path: '/admin/config/form' - menu_link_gen: true - menu_link_title: 'Example Config Form' - menu_parent: system.admin_config_system - menu_link_desc: 'A Example Config Form.' -# Rebuild routes - - command: router:rebuild