From c79bea7449b48b2d4963e78b83573c54516786be Mon Sep 17 00:00:00 2001 From: Klaas Poortinga Date: Wed, 25 Mar 2020 21:47:39 +0100 Subject: [PATCH] Modify codeditor widget to implement html attributes set through form field definition (#5001) --- .../backend/formwidgets/codeeditor/partials/_codeeditor.htm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/backend/formwidgets/codeeditor/partials/_codeeditor.htm b/modules/backend/formwidgets/codeeditor/partials/_codeeditor.htm index d8609f688..33d1c9721 100644 --- a/modules/backend/formwidgets/codeeditor/partials/_codeeditor.htm +++ b/modules/backend/formwidgets/codeeditor/partials/_codeeditor.htm @@ -24,7 +24,8 @@ data-read-only="" data-language="" data-margin="" - data-vendor-path=""> + data-vendor-path="" + formField->getAttributes() ?>>