Scoped Variables Inside Containers or Sections #22393
joshmitch2000
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
This request is an extension to request 'Global variables #21915'. Extend global variables to scoped variables
If I've got multiple children in a container all sharing near-identical attributes and I want to, for instance, decrease the border radius by 5px on the left and right sides. I would have to go into every element and change their border radius individually. This is just one example but it could apply to nearly any instance where a container holds multiple near-identical children.
Describe the solution you'd like
Inside a new container or section, have an input area for custom variables. Any child element now has access to these custom variables and can access them via a dropdown or however is suitable. This would really would really simply maintenance and save a lot of time doing tedious repetitive updates.
Describe alternatives you've considered
No response
Additional context
No response
All reactions