mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:12 +01:00
12 lines
210 B
JSON
12 lines
210 B
JSON
var expression_test_data = {
|
|
"content": {
|
|
"test": {
|
|
"display_text": "true",
|
|
"textbox": "And this is the inner textbox."
|
|
},
|
|
"display_text": "false",
|
|
"textbox": "This is the outer textbox."
|
|
}
|
|
};
|
|
|