Skip to content

Conversation

@hthetiot
Copy link
Contributor

This works:

{
            "test": {
                "prototype": "spec/button/button-test[Test]",
                "properties": {
                    "button": {"@": "button"}
                }
            },

            "button": {
                "prototype": "montage/ui/button.reel",
                "properties": {
                    "element": {"#": "button"}
                }
            }
        }

This fail:

{
            "test": {
                "prototype": "spec/button/button-test[Test]",
                "values": {
                    "button": {"@": "button"}
                }
            },

            "button": {
                "prototype": "montage/ui/button.reel",
                "values": {
                    "element": {"#": "button"}
                }
            }
        }

@hthetiot hthetiot changed the title Bugs/deprecated properties Bugs/deprecated properties and bindings Nov 29, 2017
@hthetiot hthetiot self-assigned this Nov 29, 2017
@hthetiot hthetiot added this to the 3.0.x milestone Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants