Extend / override Char Limit for plaintext fields #16806
-
We use a lot of plaintext fields. It's great that we can keep the field types list short by just using a predefined field Type and then override the label and the handle: Alas, there is one thing we would really appreciate to be able to extend as well "per Instance": the max chars ("Field limit") |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
We need the max chars to discipline our editors. else, you'll get those looong teasers, pitches and leads inevitably. We've tried adding specialised fields with different max chars: While this is +- feasible, the problem is that if you build a site in collaboration with the editors, you can't always say beforehand which text lengths they will need in the end. So I might say "The lead has max 500 chars". But when the editor asks for 100 more, I have to be able to adapt. As far as I can see, I can't switch the field here, right? So either you just forget about the max chars (and open the flood gates) or you end up in absolute specificity, creating a single field type for each field, which is a pity. Hence the request for overriding/extending max chars for plaintext fields |
Beta Was this translation helpful? Give feedback.
-
This was previously requested by #8688. However there are some technical challenges that have prevented us from implementing it. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the double posting and thanks for the transparent feedback |
Beta Was this translation helpful? Give feedback.
-
@brandonkelly Am I right, it's not possible to change the basic fieldtype that has been used for a field without losing the content? Example:
|
Beta Was this translation helpful? Give feedback.
-
Got a workaround!!! Using
Setting up the field: Result: |
Beta Was this translation helpful? Give feedback.
This was previously requested by #8688. However there are some technical challenges that have prevented us from implementing it.