Problem/Motivation
The orphan cleanup functionality currently relies on configuration values that cannot be managed through the Drupal administrative interface.
Site administrators should be able to configure orphan cleanup behavior without manually editing configuration files or using Drush commands.
Steps to reproduce
- Enable the Block Content Explorer module
- Attempt to configure orphan cleanup settings from the Drupal admin UI
- Observe that there is no settings form for managing cleanup configuration
Proposed resolution
Remaining tasks
- Create settings form class
- Add configuration form route
- Add menu link for admin configuration page
- Implement form validation and submission handling
- Add conditional field visibility using
#states
- Test configuration save functionality
User interface changes
Adds a new admin configuration page:
admin/config/content/block-explorer/settings
The page provides configurable orphan cleanup settings for site administrators.
API changes
None.
Data model changes
None.
Comments
Comment #4
oshi02 commentedComment #5
oshi02 commentedComment #9
mohnish s. yadav