Skip to content

Commit

Permalink
PRESIDECMS-2712 mediumtext to use richeditor formcontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
mookeshNanda committed Sep 19, 2023
1 parent d64c818 commit b084729
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 @@ -2128,6 +2128,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 b084729

Please sign in to comment.