dialog_config_delete
Open a dialog that asks confirmation to delete a configuration key/value pair.
Arguments:
moduleandkeyidentify the configuration entry.on_successcan be repeated and is forwarded to the confirmed deletion.
The dialog is only shown to an editable administrator.
{% button text="Delete" action={dialog_config_delete module=module key=key on_success={reload}} %}