コアテンプレートのファイルとフォルダの一覧を表示します。
システム管理者以上
GET /baser/api/admin/bc-theme-file/theme_folders.json
パラメーター名 | 型 | 必須 | 内容 |
---|---|---|---|
theme | 数値 | ● | テーマ |
type | 文字列 | ● | タイプ |
path | 文字列 | ● | パス |
plugin | 数値 | ● | プラグイン |
{
"themeFiles": [
{
"fullpath": "/var/www/html/plugins/bc-front/templates/layout/base_name_1.php",
"parent": "/var/www/html/plugins/bc-front/templates/layout/",
"name": "base_name_1.php",
"base_name": "base_name_1",
"ext": "php",
"type": "text",
"path": null,
"contents": "this is a content!"
},
...
],
"message": null
}