Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Nov 8, 2017
1 parent 0591962 commit 777e639
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## TinyMCE Field Module
## module-field_type_tinymce

This module provides a rich-text editor field type for use in your forms fields. This module is also used by other
modules such as the [Pages](https://docs.formtools.org/modules/pages/) module.


### Documentation

[https://docs.formtools.org/modules/field_type_tinymce/](https://docs.formtools.org/modules/field_type_tinymce/)

### Form Tools Extensions

For further information about Form Tools modules, check out:
[https://modules.formtools.org](https://modules.formtools.org)
### Form Tools Modules

For a list of Form Tools modules and their documentation, see:
[https://docs.formtools.org/modules/](http://docs.formtools.org/modules/)
4 changes: 2 additions & 2 deletions code/Module.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class Module extends FormToolsModule
protected $author = "Ben Keen";
protected $authorEmail = "ben.keen@gmail.com";
protected $authorLink = "https://formtools.org";
protected $version = "2.0.1";
protected $date = "2017-11-01";
protected $version = "2.0.2";
protected $date = "2017-11-07";
protected $originLanguage = "en_us";

protected $jsFiles = array(
Expand Down
6 changes: 3 additions & 3 deletions templates/help.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{include file='modules_header.tpl'}
{ft_include file='modules_header.tpl'}

<table cellpadding="0" cellspacing="0">
<tr>
Expand All @@ -13,10 +13,10 @@
</tr>
</table>

{include file="messages.tpl"}
{ft_include file="messages.tpl"}

<div class="margin_bottom_large">
{$L.text_help}
</div>

{include file='modules_footer.tpl'}
{ft_include file='modules_footer.tpl'}
6 changes: 3 additions & 3 deletions templates/index.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{include file='modules_header.tpl'}
{ft_include file='modules_header.tpl'}

<table cellpadding="0" cellspacing="0">
<tr>
Expand All @@ -11,7 +11,7 @@
</tr>
</table>

{include file="messages.tpl"}
{ft_include file="messages.tpl"}

<div class="margin_bottom_large">
Use the fields below to configure the default settings for the TinyMCE field type.
Expand Down Expand Up @@ -54,4 +54,4 @@

</form>

{include file='modules_footer.tpl'}
{ft_include file='modules_footer.tpl'}

0 comments on commit 777e639

Please sign in to comment.