Skip to content

Commit

Permalink
Merge branch 'feature-PRESIDECMS-2712_mediumtext_not_using_richedior_…
Browse files Browse the repository at this point in the history
…for_editable_page_field' of github.com:mookeshNanda/Preside-CMS into feature-PRESIDECMS-2712_mediumtext-default-to-richeditor
  • Loading branch information
DominicWatson committed Sep 19, 2023
2 parents 5e762d0 + b084729 commit 80d5e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/services/presideObjects/PresideObjectService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,7 @@ component displayName="Preside Object Service" {
switch( arguments.dbType ){
case "text":
case "longtext":
case "mediumtext":
case "clob":
return "richeditor";
case "date":
Expand Down

0 comments on commit 80d5e04

Please sign in to comment.