🇵🇰Pakistan imhamad
Thanks @phenaproxima, upgrading the DDEV version worked
🇵🇰Pakistan imhamad
hamadknows → created an issue.
🇵🇰Pakistan imhamad
Issue Details:
Un-necessary extra gap on the Tablet screen at "Start your Drupal journey"
Visuals:
Here's the loom to help better understand the issue. https://www.loom.com/share/81f9facf1ef54bdfb38a40d665aca622
Supporting Document:
Screenshot is attached
🇵🇰Pakistan imhamad
However i believe per year should be added in the default options
🇵🇰Pakistan imhamad
Thanks, #2 worked for me, I set it once per year
$interval_options = array(
'-1' => t('ever'),
'60' => t('every minute'),
'300' => t('every 5 minutes'),
'3600' => t('every hour'),
'86400' => t('every day'),
'604800' => t('every week'),
'31536000' => t('every year'), // Added this line for "Every Year"
);
💬 | Metatag | Getting "required property 'og:image:url' of type 'url' was not provided." error on Facebook Debugger
🇵🇰Pakistan imhamad
Thanks the thread was useful!
🇵🇰Pakistan imhamad
Thanks @anrikun, it worked
🇵🇰Pakistan imhamad
🇵🇰Pakistan imhamad
Greetings,
Thanks for the #10, it does resolve the issue, but afterwards I'm facing issues of dis-functional search results
🇵🇰Pakistan imhamad
@proweb.ua string_long to add format 'basic_html' worked for you ?