mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/15289] Add twig extension to generate inputs from the template
PHPBB3-15289
This commit is contained in:
@@ -38,7 +38,7 @@ class local implements provider_interface
|
||||
*/
|
||||
public function get_options()
|
||||
{
|
||||
return ['path' => array('lang' => 'PATH', 'validate' => 'string', 'type' => 'text:40:255', 'explain' => false)];
|
||||
return ['path' => array('type' => 'text')];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user