mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +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."
|
|
}
|
|
};
|
|
|