From c0f79ec4ba73cea6d60e5fda3e58b26b0abb5ee5 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Thu, 27 Sep 2018 00:09:29 +0200 Subject: [PATCH] Changed the text field for Value/Example in the Fieldtype area to a textarea so we can add more code per/line. gh-341 --- README.md | 4 ++-- admin/README.txt | 4 ++-- .../en-GB/en-GB.com_componentbuilder.ini | 1 + admin/models/forms/fieldtype.xml | 18 +++++++++--------- componentbuilder.xml | 2 +- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b63254f73..fcc3f5433 100644 --- a/README.md +++ b/README.md @@ -125,11 +125,11 @@ Watch the [proposed development workflow](https://vdm.bz/proposed-development-wo + *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com) + *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 25th September, 2018 ++ *Last Build*: 26th September, 2018 + *Version*: 2.9.6 + *Copyright*: Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **195607** ++ *Line count*: **195608** + *Field count*: **1087** + *File count*: **1278** + *Folder count*: **201** diff --git a/admin/README.txt b/admin/README.txt index b63254f73..fcc3f5433 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -125,11 +125,11 @@ Watch the [proposed development workflow](https://vdm.bz/proposed-development-wo + *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com) + *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 25th September, 2018 ++ *Last Build*: 26th September, 2018 + *Version*: 2.9.6 + *Copyright*: Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **195607** ++ *Line count*: **195608** + *Field count*: **1087** + *File count*: **1278** + *Folder count*: **201** diff --git a/admin/language/en-GB/en-GB.com_componentbuilder.ini b/admin/language/en-GB/en-GB.com_componentbuilder.ini index 0d4f09a8e..994f0aeb9 100644 --- a/admin/language/en-GB/en-GB.com_componentbuilder.ini +++ b/admin/language/en-GB/en-GB.com_componentbuilder.ini @@ -4262,6 +4262,7 @@ COM_COMPONENTBUILDER_FIELDTYPE_DESCRIPTION_LABEL="Description" COM_COMPONENTBUILDER_FIELDTYPE_DETAILS="Details" COM_COMPONENTBUILDER_FIELDTYPE_EDIT="Editing the Fieldtype" COM_COMPONENTBUILDER_FIELDTYPE_ERROR_UNIQUE_ALIAS="Another Fieldtype has the same alias." +COM_COMPONENTBUILDER_FIELDTYPE_EXAMPLE_DESCRIPTION="Text Area" COM_COMPONENTBUILDER_FIELDTYPE_EXAMPLE_HINT="Value/Example Here" COM_COMPONENTBUILDER_FIELDTYPE_EXAMPLE_LABEL="Value/Example" COM_COMPONENTBUILDER_FIELDTYPE_EXAMPLE_MESSAGE="Error! Please add value/example here." diff --git a/admin/models/forms/fieldtype.xml b/admin/models/forms/fieldtype.xml index 1c2011c4f..3500fdb94 100644 --- a/admin/models/forms/fieldtype.xml +++ b/admin/models/forms/fieldtype.xml @@ -127,20 +127,20 @@ message="COM_COMPONENTBUILDER_FIELDTYPE_NAME_MESSAGE" hint="COM_COMPONENTBUILDER_FIELDTYPE_NAME_HINT" /> - + COM_COMPONENTBUILDER - 25th September, 2018 + 26th September, 2018 Llewellyn van der Merwe llewellyn@joomlacomponentbuilder.com http://www.joomlacomponentbuilder.com