Skip to content

Commit

Permalink
Merge pull request #341 from code4romania/285-html-code-visible-in-wy…
Browse files Browse the repository at this point in the history
…siwyg-field

detailed evaluation view page - html field
  • Loading branch information
gheorghelupu17 authored Nov 26, 2024
2 parents 3e23feb + 736165c commit fa65561
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ private function getResultSchema(): array
->schema([
TextEntry::make('recommendations_for_intervention_plan')
->label(__('beneficiary.section.detailed_evaluation.labels.recommendations_for_intervention_plan'))
->placeholder(__('beneficiary.placeholder.other_services')),
->placeholder(__('beneficiary.placeholder.other_services'))
->html(),
]),
];
}
Expand Down

0 comments on commit fa65561

Please sign in to comment.