@tradle/models
Version:
models for tradle apps
207 lines (206 loc) • 3.95 kB
JSON
{
"id": "tradle.StylesPack",
"title": "Styles Pack",
"type": "tradle.Model",
"properties": {
"logoNeedsText": {
"type": "boolean"
},
"logoTextOnly": {
"type": "boolean"
},
"linkColor": {
"type": "string"
},
"textColor": {
"type": "string"
},
"productRowBgColor": {
"type": "string"
},
"productRowTextColor": {
"type": "string"
},
"sharedWithBg": {
"type": "string"
},
"sharedWithVerificationBg": {
"type": "string"
},
"verifiedHeaderColor": {
"type": "string"
},
"verifiedHeaderTextColor": {
"type": "string"
},
"verifiedTextColor": {
"type": "string"
},
"verifiedBorderColor": {
"type": "string"
},
"verifiedLinkColor": {
"type": "string"
},
"verifiedBg": {
"type": "string"
},
"verifiedSourcesColor": {
"type": "string"
},
"confirmationColor": {
"type": "string"
},
"confirmationBg": {
"type": "string"
},
"fixErrorColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"productBgColor": {
"type": "string"
},
"myMessageLinkColor": {
"type": "string"
},
"myMessageBackgroundColor": {
"type": "string"
},
"formErrorBorder": {
"type": "string"
},
"formErrorColor": {
"type": "string"
},
"formErrorBg": {
"type": "string"
},
"shareContextTextColor": {
"type": "string"
},
"shareContextBackgroundColor": {
"type": "string"
},
"currentContextTextColor": {
"type": "string"
},
"currentContextBackgroundColor": {
"type": "string"
},
"contextBackgroundColor": {
"type": "string"
},
"contextTextColor": {
"type": "string"
},
"contextBorderColor": {
"type": "string"
},
"shareButtonBackgroundColor": {
"type": "string"
},
"listBg": {
"type": "string"
},
"listColor": {
"type": "string"
},
"sourcedVerificationBgColor": {
"type": "string"
},
"sourcedVerificationTextColor": {
"type": "string"
},
"navBarColor": {
"type": "string"
},
"navBarBackgroundColor": {
"type": "string"
},
"navBarBorderColor": {
"type": "string"
},
"navBarBorderWidth": {
"type": "number"
},
"messageSentStatus": {
"type": "string"
},
"incomingMessageBgColor": {
"type": "string"
},
"incomingMessageTextColor": {
"type": "string"
},
"incomingMessageOpaqueTextColor": {
"type": "string"
},
"submitBarInFooter": {
"type": "boolean"
},
"logo": {
"type": "object",
"inlined": true,
"ref": "tradle.Photo"
},
"barLogo": {
"type": "object",
"inlined": true,
"ref": "tradle.Photo"
},
"backgroundImage": {
"type": "object",
"inlined": true,
"ref": "tradle.Photo"
},
"splashscreen": {
"type": "object",
"ref": "tradle.TourPage",
"inlined": true
},
"menuBgColor": {
"type": "string"
},
"menuColor": {
"type": "string"
},
"fontFamily": {
"type": "string"
},
"fontFamilyAndroid": {
"type": "string"
},
"buttonBgColor": {
"type": "string"
},
"buttonColor": {
"type": "string"
},
"errorBgColor": {
"type": "string"
},
"errorColor": {
"type": "string"
},
"headerFont": {
"type": "string"
},
"textFont": {
"type": "string"
},
"buttonFont": {
"type": "string"
},
"accentColor": {
"type": "string"
},
"cardGradient": {
"type": "string",
"description": "Gradient for property sheet properties group",
"sample": "#d7e1ec, #ffffff"
}
}
}