Skip to content

Can we get a General config to disable "Find and Replace" ? #14044

Closed Answered by brandonkelly
leowebguy asked this question in Ideas
Discussion options

You must be logged in to vote

Just added a new disabledUtilities config setting, for Craft 4.6 (2952b85). With that, you will be able to fully disable any utilities by their ID:

// config/general.php

->disabledUtilities([
    'updates',
    'find-replace',
])
# .env

CRAFT_DISABLED_UTILITIES=updates,find-replace

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@brandonkelly
Comment options

@leowebguy
Comment options

Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants