TYPO3 Logo
Mask
Release: 8.3

Loading data.

  • Introduction
  • Sitepackages
  • Installation
  • Create content elements
  • Manage Backend Preview
  • Page templates
  • Extension Settings
  • Mask API
    • Loader
    • Element Change Events
  • Field Types
    • Category
    • Check
    • Colorpicker
    • Content
    • Date
    • Datetime
    • Email
    • File
    • Float
    • Folder
    • Group
    • Inline (Repeating)
    • Integer
    • Linebreak
    • Link
    • Media
    • Palette
    • Radiobutton
    • Richtext
    • Selectbox
    • Slug
    • String
    • Tab
    • Text
    • Timestamp
  • Tips and tricks
    • TCA Overrides
    • Fluid Styled Content Layouts
    • Data Processors
    • Crop Variants
    • RTE Config
    • Use existing TCA fields
    • New Content Element Wizard customization
  • Glossary
  • Troubleshooting
  • Upgrade Guide
  • ChangeLog
    • Mask version 8.3
    • Mask version 8.2
    • Mask version 8.1
    • Mask version 8.0
    • Mask version 7.2
    • Mask version 7.1
    • Mask version 7
      • New appearance
      • Updated Icon and Color Picker
      • Wizard for new content elements
      • Improved validation
      • Improved Reusable fields
    • Mask version 6
      • Group fields with palettes
      • TCA type group now available
      • Relations of group and select fields are resolved now
      • Timestamp field to the rescue
      • Improved checkbox UI
      • Icons for select
      • Better selection of existing fields
      • Opt out of image cropping
      • New translation option allowLanguageSynchronisation
      • Translation options for inline fields on by default
      • Improved HTML generation
  • Sponsors
  • To-Do list

Contributors Corner

  • View source of current document
  • How to edit
  • Edit current document on GitHub
  1. Mask
  2. Field Types
  3. String
View source How to edit Edit on GitHub

String¶

String

A simple input field for a short line of text.

'type' => 'input'
Copied!
String field

String field

Available TCA options¶

  • config.default
  • config.placeholder
  • config.size
  • config.min (only for TYPO3 v12 or higher)
  • config.max
  • config.is_in
  • config.eval.required
  • config.eval.trim
  • config.eval.alpha
  • config.eval.num
  • config.eval.alphanum
  • config.eval.alphanum_x
  • config.eval.domainname
  • config.eval.email (only for TYPO3 v11 or lower)
  • config.eval.lower
  • config.eval.upper
  • config.eval.unique
  • config.eval.uniqueInPid
  • config.eval.nospace
  • l10n_mode
  • config.behaviour.allowLanguageSynchronization
  • config.eval.null
  • config.mode
  • config.eval.md5
  • config.eval.password
  • config.autocomplete

See a complete overview of String TCA options in the official documentation.

  • Previous
  • Next
Reference to the headline

Copy and freely share the link

This link target has no permanent anchor assigned. You can make a pull request on GitHub to suggest an anchor. The link below can be used, but is prone to change if the page gets moved.

Copy this link into your TYPO3 manual.

  • Home
  • Contact
  • Issues
  • Repository

Last rendered: Jul 09, 2024 19:25

© 2024
  • Legal Notice
  • Privacy Policy