TYPO3 Logo
Mask
Release: main

Loading data.

  • Introduction
  • Sitepackages
  • Installation
  • Create content elements
  • Manage Backend Preview
  • Page templates
  • Extension Settings
  • Mask API
    • Loader
  • Field Types
    • Category (only v11)
    • Check
    • Colorpicker
    • Content
    • Date
    • Datetime
    • File
    • Float
    • 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
  • Glossary
  • Troubleshooting
  • Upgrade Guide
  • ChangeLog
    • 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
  • Labels for cross-referencing

PAGE CONTENTS

  • String
    • Available TCA options
  1. Start
  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'
String field

String field

Available TCA options¶

  • config.default
  • config.placeholder
  • config.size
  • 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
  • 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
  • Home
  • Contact
  • Issues
  • Repository

Last updated: Jun 24, 2022 08:17

Last rendered: Jun 24, 2022 08:18

TYPO3 Theme 4.6.2

© Copyright 2022
  • Legal Notice
  • Privacy Policy