Add custom type

Created on 19 April 2021, about 4 years ago
Updated 15 February 2025, 3 months ago

Problem/Motivation

current after lock table we have 2 options textfield and textarea and we have no other way to change to select or add something to attributes

Proposed resolution

this patch opens an easy way to customize the field by column or row with yml format
example you want change column 2 to select

col:
    2:
      type: select
      options:
        foo: foo
        foo2: foo2

example change row 2 to select

row:
    2:
      type: select
      options:
        foo: foo
        foo2: foo2

change row 2 column 3 to select

row_2_col_3:
   type: select
   options:
      foo: foo
      foo2: foo2
Feature request
Status

Needs work

Version

3.0

Component

User interface

Created by

🇫🇷France lazzyvn paris

Live updates comments and jobs are added and updated live.
  • Needs reroll

    The patch will have to be re-rolled with new suggestions/changes described in the comments in the issue.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024