Skip to content

Commit

Permalink
#26505 include in 23.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Feb 26, 2024
1 parent b80436e commit 86c3249
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
</ng-container>

<form class="w-full text-center" *ngIf="isSelected" [formGroup]="form">
<form class="w-full text-center flex flex-column" *ngIf="isSelected" [formGroup]="form">
<div class="field">
<textarea
class="w-full h-full"
Expand All @@ -54,15 +54,16 @@
<dot-field-validation-message
[field]="promptControl"
message=" {{ 'block-editor.common.input-prompt-required-error' | dm }}" />

<button
class="p-button-outlined"
[loading]="isLoading"
(click)="generateImage()"
icon="pi pi-send"
label="{{ 'block-editor.common.generate' | dm }}"
pButton
type="submit"></button>
<div>
<button
class="p-button-outlined"
[loading]="isLoading"
(click)="generateImage()"
icon="pi pi-send"
label="{{ 'block-editor.common.generate' | dm }}"
pButton
type="submit"></button>
</div>
</form>

<ng-template #autoHeaderTpl>
Expand Down
3 changes: 2 additions & 1 deletion dotCMS/hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ This maintenance release includes the following code fixes:
54. https://github.com/dotCMS/core/issues/26556 : [UI] Not load the AI extensions if the plugin is not properly installed and configured #26556
55. https://github.com/dotCMS/core/issues/26899 : [UI] When image loading place holder loose focus, the placeholder stays in the editor. #26899
56. https://github.com/dotCMS/core/issues/27033 : Fix AI Plugin Detection for AI Extensions in Block Editor Components (Sidebars) #27033
57. https://github.com/dotCMS/core/issues/27051 : Don't save loading nodes in the block editor. #27051
57. https://github.com/dotCMS/core/issues/27051 : Don't save loading nodes in the block editor. #27051
58. https://github.com/dotCMS/core/issues/26505 : [UI] - Make AI Image Block Production-ready #26505
2 changes: 1 addition & 1 deletion dotCMS/src/main/webapp/html/dotcms-block-editor.js

Large diffs are not rendered by default.

0 comments on commit 86c3249

Please sign in to comment.