|
@include("/admin/include/category/select.html", {
"target": "#entry-category-value",
"defaultValue": "{entry_edit_category_default}%{CID}",
"narrowDown": "true",
"isCreatable": "true",
"inputId": "entry-category"
})
|
@endsection
@section("apply-sub-category")
|
@include("/admin/include/sub-category/select.html", {
"target": "#entry-sub-category-value",
"defaultValue": "",
"defaultLabel": "",
"categoryId": "#entry-category-value",
"inputId": "entry-sub-category"
})
|
@endsection
@section("apply-tag")
|
@include("/admin/include/tag/select.html", {
"target": "#entry-tag-value",
"defaultValue": "",
"inputId": "entry-tag"
})
|
@endsection
@section("apply-date")