smdm-slide-menu
Version:
A library agnostic multilevel page menu with a smooth slide effect based on CSS transitions, focused on accessibility.
15 lines (10 loc) • 408 B
Plain Text
#ddev-generated
*.ini files in .ddev/php are added to the project's PHP configuration.
More information is at
https://ddev.readthedocs.io/en/stable/users/extend/customization-extendibility/#custom-php-configuration-phpini
For example, if you rename the provided php-example.ini.example
to php-example.ini its configuration will be added to your PHP configuration.
```
[PHP]
max_execution_time = 240;
```