Unverified Commit f2d39d5d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3078633 by tim-diels, cindytwilliams: Documentation fix date render element

(cherry picked from commit 683dda01)
parent 530642fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 * $form['expiration'] = [
 *   '#type' => 'date',
 *   '#title' => $this->t('Content expiration'),
 *   '#default_value' => 2020-02-05',
 *   '#default_value' => '2020-02-05',
 * ];
 * @endcode
 *