backdrop-ops / docs.backdropcms.org

Website for displaying Backdrop CMS documentation and API source code.
https://docs.backdropcms.org/
6 stars 6 forks source link

Documentation: Converting modules to Backdrop from Drupal 7 #195

Closed jromine closed 2 years ago

jromine commented 2 years ago

On the page Converting modules to Backdrop from Drupal 7 in the section titled "Using system_settings_form()" the usage of config_get() shows a 3rd argument that should not be present:

'#default_value' => config_get('modulename.settings', 'my_setting', ''),

bugfolder commented 2 years ago

Thanks @jromine, fixed!