aleksip / plugin-data-transform

Data Transform Plugin for Pattern Lab PHP
GNU General Public License v2.0
34 stars 10 forks source link

What does only do? #21

Closed mortona42 closed 5 years ago

mortona42 commented 5 years ago

What does only: true do here?

{
    "key": {
        "include()": {
            "pattern": "atoms-form-element-label.html",
            "with": {
                "title": "Textfield label"
            },
            "only": true
        }
    }
}
aleksip commented 5 years ago

Basically the same as if using include with only in Twig: https://twig.symfony.com/doc/2.x/tags/include.html

Good question, I will try to improve the documentation!

aleksip commented 5 years ago

Have now updated the README with this info.