Skip to content
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

New grid view property migrators, migrate column settings from grid to block grid #286

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

steve-crook-wtg
Copy link

Added new settings migrators for:

  • imagepicker
  • number
  • radiobuttonlist

The radio button list requires a new data type, so it's more complex than the others. The grid allows labels and values in a radio button list setting to be different, but that's not possible in a standard Umbraco radio button list, so I'm only keeping the labels. You'd need to add some code to convert from labels to values before outputting in a view.

Also added migration of column settings from grid to block grid. There's no way to add settings to a block grid area, so if there are settings present on a column they are added to a a "Settings container" layout, then the child controls go in that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant