Skip to content

Commit 49cde0d

Browse files
authored
Merge pull request #54 from bkraul/develop-1.3.x
Added MarkItUp toolbar support for custom textarea fields.
2 parents 8c96876 + 1e75db1 commit 49cde0d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

BBCodePlus/files/markitup-init.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
$("textarea[name='additional_information']").markItUp(mySettings);
1717
if ( $("textarea[name='body']") )
1818
$("textarea[name='body']").markItUp( mySettings );
19+
if ( $("textarea[name^='custom_field_']") )
20+
$("textarea[name^='custom_field_']").markItUp( mySettings );
1921

2022
});
2123
})(jQuery);

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ If you would like to contribute to BBCode plus, please [read this guide first](h
2424

2525
## Change Log
2626

27+
### 1.3.2
28+
* Added MarkItUp toolbar support for custom textarea fields.
2729
### 1.3.1
2830
* Updated README for all languages supported by code highlighter.
2931

0 commit comments

Comments
 (0)