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
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
Needs work
3.0
User interface
The patch will have to be re-rolled with new suggestions/changes described in the comments in the issue.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.