Account created on 22 March 2016, about 9 years ago
#

Recent comments

🇵🇰Pakistan imhamad

Thanks @phenaproxima, upgrading the DDEV version worked

🇵🇰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"
);
🇵🇰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 ?

Production build 0.71.5 2024