Skip to content

Commit

Permalink
Editor enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
sumaisa-mou committed Aug 12, 2024
1 parent 087e694 commit 20380cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Core/Customizer/ContentTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static function text() {
'borderColor' => '#e5e5e5',
'marginBottom' => '0px',
],
'twoColumns' => true,
'twoColumns' => false,
'texts' => [
sprintf( '<p>%s</p>', __( 'This is a text block. You can use it to add text to your template.', 'wemail' ) ),
sprintf( '<p>%s</p>', __( 'This is a text block 2. You can use it to add text to your template.', 'wemail' ) ),
Expand Down
1 change: 1 addition & 0 deletions views/customizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
:data-section-index="sectionIndex"
:data-content-index="contentIndex"
class="content-wrapper"
@click="editContent(sectionIndex, contentIndex)"
>
<td>
<component
Expand Down

0 comments on commit 20380cf

Please sign in to comment.