This project is not covered by Drupal’s security advisory policy.
This module provides a render element for displaying data structured in the form of a calendar. The module is aimed at developers and does not provide UI.
Example:
$build['calendar'] = [
'#type' => 'calendar_month',
'#year' => '2024',
'#month' => '01',
'#content' => [
'2024-01-01' => 'New Year!',
'2024-01-15' => 'Drupal birthday',
],
];
Project information
- Project categories: Content display
- Created by chesn0k on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
1.0.0-beta1
released 1 May 2024
Works with Drupal: ^10 || ^11
Install:
Development version: 1.0.x-dev updated 1 May 2024 at 09:44 UTC
