-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom fields with possibility of not only text #1667
Comments
I played around (in the backend): modify the custom field information e.g. for custom field 1: Change from
to
This way you get the custom fields with editor and allows everything which is allowed in the "Event Description" textarea. It could result in chaotic content in the custom fields – would be good to allow only basic html or similar. |
Just read the post in the forum. |
My thoughts about this: |
Note: The custom fields are problematic, because their use depends on the administration, how is decided to use each field in a site. |
OK I see: field 1 and 2 have varchar(200) the rest varchar(100). My suggestion: We set every field up to 200 chars and add This way for existing users all stays the same, except for the ones who try html. That means we change in field 3-10:
to
and
What do you think? |
I'm not sure, but there was (years ago) a discussion why we have to limit the possibilities of custom fields to minimize abuse. |
I think it is good to have at least limited html allowed (only styling) but none with advanced possibilities like |
In my opinion, I think that in this case, the admin can do a view override. |
There's a post which asks for savehtml.
I think, it's not the problem to change one field for this, but which one, because each system will use the fields in an other way.
The text was updated successfully, but these errors were encountered: