Lumen help

Property for Web

Introduction

Property   - string || function (optional)

Example

                dnaConfig: {
  “property”: “Live”
}

            

Advanced

Example

                function propertyFn(contentUrl)  {
    // your own function logic
  
}

dnaConfig : {
	"property" : propertyFn
}