18 lines
484 B
YAML
18 lines
484 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: ConfigMap
|
||
|
|
metadata:
|
||
|
|
name: calendars-theme
|
||
|
|
namespace: lasuite
|
||
|
|
data:
|
||
|
|
theme.json: |
|
||
|
|
{
|
||
|
|
"css_url": "https://integration.DOMAIN_SUFFIX/api/v2/theme.css",
|
||
|
|
"waffle": {
|
||
|
|
"apiUrl": "https://integration.DOMAIN_SUFFIX/api/v2/services.json",
|
||
|
|
"widgetPath": "https://integration.DOMAIN_SUFFIX/api/v2/lagaufre.js",
|
||
|
|
"label": "O Estúdio",
|
||
|
|
"closeLabel": "Fechar",
|
||
|
|
"newWindowLabelSuffix": " · nova janela"
|
||
|
|
}
|
||
|
|
}
|