We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8421a18 commit 1177e84Copy full SHA for 1177e84
src/config.php
@@ -195,6 +195,10 @@
195
'validate' => 'nullable|date',
196
'title_nl' => 'Datum',
197
],
198
+ // 'video_id' => [
199
+ // 'placeholder' => 'Youtube: id directy after https://www.youtube.com/watch?v= Vimeo: id directly after https://vimeo.com/',
200
+ // 'placeholder_nl' => 'Youtube: id direct na https://www.youtube.com/watch?v= Vimeo: id direct na https://vimeo.com/',
201
+ // ],
202
'images' => [
203
'title_nl' => 'Afbeeldingen',
204
'type' => 'images',
0 commit comments