github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/otto/test-fixtures/customization-app-filter/Appfile (about)

     1  customization "foo" {
     2      nope = 1
     3  }
     4  
     5  customization {
     6      foo = 1
     7  }
     8  
     9  customization "app" {
    10      bar = 1
    11  }