Last change
on this file since 6788 was
6788,
checked in by ogawa, 14 years ago
|
#2264:アルバム作成時に必須項目を空にした状態で「作成」ボタンを押すと「subject(description/public_flag)を入力してください」と表示される
|
File size:
288 bytes
|
Line | |
---|
1 | [target_c_album_id] |
---|
2 | type = "int" |
---|
3 | required = 1 |
---|
4 | |
---|
5 | [subject] |
---|
6 | type = "string" |
---|
7 | required = 1 |
---|
8 | caption = "タイトル" |
---|
9 | |
---|
10 | [description] |
---|
11 | type = "string" |
---|
12 | required = 1 |
---|
13 | caption = "説明文" |
---|
14 | |
---|
15 | [public_flag] |
---|
16 | type = "string" |
---|
17 | required = 1 |
---|
18 | caption = "公開範囲" |
---|
19 | |
---|
20 | [tmpfile_1] |
---|
21 | type = "string" |
---|
22 | default = "" |
---|
Note: See
TracBrowser
for help on using the repository browser.