Skip to content

Commit

Permalink
Fixes TinyMCE errors and updates turbo to 8.0.4 #184
Browse files Browse the repository at this point in the history
  • Loading branch information
apexdodge committed Apr 5, 2024
1 parent 446a33c commit c820d52
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
{
<div class="col-lg-12 mt-4" id="raytha_field-@Model.FieldValues[i].DeveloperName"
data-controller="contentitems--wysiwyg"
data-contentitems--attachment-pathbase-value="@Model.PathBase">
data-contentitems--wysiwyg-pathbase-value="@Model.PathBase">
<div class="mb-3">
<label class="form-label @Model.FieldValues[i].AsteriskCssIfRequired" asp-for="@Model.FieldValues[i].Label">@Model.FieldValues[i].Label</label>
<textarea data-contentitems--wysiwyg-target="editor" data-developername="@Model.FieldValues[i].DeveloperName" id="input-@Model.FieldValues[i].DeveloperName" asp-for="@Model.FieldValues[i].Value"></textarea>
Expand Down
2 changes: 1 addition & 1 deletion src/Raytha.Web/Areas/Admin/Views/ContentItems/Edit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
{
<div class="col-lg-12 mt-4" id="raytha_field-@Model.FieldValues[i].DeveloperName"
data-controller="contentitems--wysiwyg"
data-contentitems--attachment-pathbase-value="@Model.PathBase">
data-contentitems--wysiwyg-pathbase-value="@Model.PathBase">
<div class="mb-3">
<label class="form-label @Model.FieldValues[i].AsteriskCssIfRequired" asp-for="@Model.FieldValues[i].Label">@Model.FieldValues[i].Label</label>
<textarea data-contentitems--wysiwyg-target="editor" data-developername="@Model.FieldValues[i].DeveloperName" id="input-@Model.FieldValues[i].DeveloperName" asp-for="@Model.FieldValues[i].Value"></textarea>
Expand Down
10 changes: 5 additions & 5 deletions src/Raytha.Web/wwwroot/raytha_admin/js/dist/main.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions src/Raytha.Web/wwwroot/raytha_admin/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Raytha.Web/wwwroot/raytha_admin/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@hotwired/turbo": "^7.2.4",
"@hotwired/turbo": "^8.0.4",
"@popperjs/core": "^2.11.6",
"@uppy/aws-s3": "^3.0.4",
"@uppy/core": "^3.1.2",
Expand All @@ -40,7 +40,7 @@
"stimulus": "^3.2.1",
"stimulus-sortable": "^4.1.0",
"sweetalert2": "^11.4.8",
"tinymce": "^6.8.2",
"tinymce": "^7.0.0",
"trix": "^2.0.4",
"uuid": "^9.0.0"
}
Expand Down

0 comments on commit c820d52

Please sign in to comment.