rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
912 stars 171 forks source link

Add support for Assigning Enum as Attribute through init.meta.json #935

Open RuizuKun-Dev opened 3 weeks ago

RuizuKun-Dev commented 3 weeks ago

Roblox now supports Enums as Attributes and I am trying to figure out how to assign an Attribute with an Enum value via init.meta.json but doesn't seem like it's supported yet

Dekkonot commented 2 weeks ago

This isn't supported yet because we need to do some work on our backend to support it. I will update this issue when it's implemented.

If you're interested, here's the relevant upstream issue: https://github.com/rojo-rbx/rbx-dom/issues/383