{# @var craft \craft\web\twig\variables\CraftVariable #}
{#
/**
 * Retour plugin for Craft CMS
 *
 * Retour Widget Settings
 *
 * @author    nystudio107
 * @copyright Copyright (c) 2018 nystudio107
 * @link      https://nystudio107.com/
 * @package   Retour
 * @since     3.0.0
 */
#}

{% import "_includes/forms" as forms %}

{{ forms.textField({
    label: 'Days',
    instructions: 'Determines how many days of recent 404s to show.',
    id: 'numberOfDays',
    name: 'numberOfDays',
    value: widget.numberOfDays
}) }}
