Initial commit
This commit is contained in:
commit
0ea5953d8c
24 changed files with 4762 additions and 0 deletions
26
settings/twingle.setting.php
Normal file
26
settings/twingle.setting.php
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'twingle_api_key' => [
|
||||
'name' => 'twingle_api_key',
|
||||
'type' => 'String',
|
||||
'default' => '',
|
||||
'html_type' => 'text',
|
||||
'title' => ts('Twingle API Key'),
|
||||
'is_domain' => 1,
|
||||
'is_contact' => 0,
|
||||
'description' => ts('The key that allows you to call the Twingle API'),
|
||||
`settings_pages` => ['remote' => ['weight' => 10]],
|
||||
],
|
||||
'twingle_request_size' => [
|
||||
'name' => 'twingle_request_size',
|
||||
'type' => 'Integer',
|
||||
'default' => '10',
|
||||
'html_type' => 'text',
|
||||
'title' => ts('Twingle Request Size'),
|
||||
'is_domain' => 1,
|
||||
'is_contact' => 0,
|
||||
'description' => ts('How many items should be requested from the Twingle API at once?'),
|
||||
`settings_pages` => ['remote' => ['weight' => 11]],
|
||||
]
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue