Starting with Rock v20, the legacy TextToGiveSettings block (9069F894-FDA5-4546-93EB-CEC448B142AA) will be removed from Rock.
This block was introduced in v10.0 but was never added to any core page instances. It was designed to let administrators set a default financial account and a saved payment method for an individual, but was superseded by the Giving Configuration block in v14.0, which has been the standard ever since.
Removing it keeps your system cleaner and eliminates a block type that serves no active purpose.
Possible Action Required
Most organizations will not be affected since this block was never part of any default Rock page layout. However, if your team added it manually, it will be removed during the v20 update.
Run this query before upgrading to check whether your environment has any instances of this block:
SELECT * FROM [Block] WHERE [BlockTypeId] IN (
SELECT Id FROM [BlockType] WHERE [Guid] = '9069F894-FDA5-4546-93EB-CEC448B142AA'
)
If the query returns results, note the page locations before upgrading so you can review whether any replacement configuration is needed using the Giving Configuration block.