Add api page setting to hide/show logo
This commit is contained in:
@@ -713,6 +713,8 @@ exports.api_page = {
|
||||
// show_description: Determine whether to show the page description as defined in "locale.api_description" (true/false)
|
||||
"show_description": true
|
||||
},
|
||||
// show_logo: Determine whether to show the `shared_pages.logo` image at the top of the API Documentation panel or not
|
||||
"show_logo": true,
|
||||
// sample_data: a collection of settings that pertain to the sample data that is used to display example api links to real data
|
||||
"sample_data": {
|
||||
// blockindex: This value can be any valid block height number from your coins blockchain
|
||||
|
||||
Reference in New Issue
Block a user