Remove line numbers from CodeEditor fields in footer, header, and section templates, as well as in the TemplateService and documentation, to streamline the user interface and improve readability.

This commit is contained in:
Ümit Tunç
2025-10-31 14:56:56 -03:00
parent c042cb5114
commit b766415b0d
5 changed files with 5 additions and 5 deletions
@@ -25,7 +25,7 @@ class FooterTemplateForm
CodeEditor::make('html_content')
->label(__('footer-templates.field_html_content'))
->required()
->lineNumbers()
//->lineNumbers()
->columnSpanFull()
->helperText(__('footer-templates.field_html_content_help')),
@@ -25,7 +25,7 @@ class HeaderTemplateForm
CodeEditor::make('html_content')
->label(__('header-templates.field_html_content'))
->required()
->lineNumbers()
//->lineNumbers()
->columnSpanFull()
->helperText(__('header-templates.field_html_content_help')),
@@ -25,7 +25,7 @@ class SectionTemplateForm
CodeEditor::make('html_content')
->label(__('section-templates.field_html_content'))
->required()
->lineNumbers()
//->lineNumbers()
->columnSpanFull()
->helperText(__('section-templates.field_html_content_help')),
+1 -1
View File
@@ -92,7 +92,7 @@ class TemplateService
'code' => CodeEditor::make("{$dataKey}.{$placeholder}")
->label($label)
->lineNumbers()
//->lineNumbers()
->maxLength(50000),
// Date & Time