Changed the text field for Value/Example in the Fieldtype area to a textarea so we can add more code per/line. gh-341

This commit is contained in:
2018-09-27 00:09:29 +02:00
parent 9285f0a2b1
commit c0f79ec4ba
5 changed files with 15 additions and 14 deletions

View File

@ -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."