Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.1 KB

File metadata and controls

34 lines (29 loc) · 1.1 KB

Do you like this bundle? Leave a ★ or run composer global require symfony/thanks && composer thanks to say thank you to all libraries you use in your current project, this included!

BOOLEAN FEATURE SPECIFICATION

This is the full configuration of a Boolean feature:

...
    a_boolean_feature:
        type: boolean
        # If true, the feature is enabled when the default subscription is created
        enabled: false
        # Optional: if not set the feature is free
        price:
            # Currency code in ISO 4217 format
            EUR:
                # Subscription periods: The price in the base currency units
                monthly: 500
                yearly: 5000


Do you like this bundle?
LEAVE A ★

or run
composer global require symfony/thanks && composer thanks
to say thank you to all libraries you use in your current project, this included!