In hook_install() of your module define the appropriate array (name, label, pattern, module, hidden) and add it to default date settings with: system_date_format_save($date_format)
Then add hook_uninstall() to remove the formats when the module is uninstalled.
Hi Enthusiast,
I had that problem with a site a while back and in that case it was a hosting problem with IPv6, which didn't work properly on the server this site was on.
I updated...
Hi. Welcome to Backdrop.
Out of the box, there are two places you can set visibility by user ID and they are related:
The layout configure screen under "Visibility conditions" (admin/structure/...
Posted1 week 19 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Start with clean URLs, add Pathauto and Metatag modules, submit your XML sitemap to Google Search Console, and keep your content original and well-structured.
Comments
Never mind, I figured it out.
In hook_install() of your module define the appropriate array (name, label, pattern, module, hidden) and add it to default date settings with: system_date_format_save($date_format)
Then add hook_uninstall() to remove the formats when the module is uninstalled.
I guess, my question is answered. ;)