From ff2391fa00fc41150702f5660b7b731c501bc336 Mon Sep 17 00:00:00 2001 From: Martin Ficzel Date: Mon, 12 Apr 2021 13:36:16 +0200 Subject: [PATCH] TASK: Remove Setting for Neos.Form from Neos.Demo --- Configuration/Settings.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 080d6424..5c25b219 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -4,23 +4,6 @@ Neos: flickr: tagStreamUriPattern: 'http://api.flickr.com/services/feeds/photos_public.gne?format=json&nojsoncallback=1&tags=%s' userStreamUriPattern: 'http://api.flickr.com/services/feeds/photos_public.gne?format=json&nojsoncallback=1&id=%s' - Form: - yamlPersistenceManager: - savePath: 'resource://Neos.Demo/Private/Form/' - presets: - bootstrap: - title: 'Twitter bootstrap' - parentPreset: default - formElementTypes: - 'Neos.Form:Base': - renderingOptions: - layoutPathPattern: 'resource://Neos.Demo/Private/Templates/ContactForm/{@type}.html' - 'Neos.Form:FormElement': - properties: - elementClassAttribute: form-control - 'Neos.Form:MultiLineText': - properties: - elementClassAttribute: form-control Neos: userInterface: editPreviewModes: