I've created a block type via the UI. This is a translatable block with 3 text-fields.
I am using hook_block_view_alter($build, $block) to massage the data. However, I can not seem to find the fields neither in $build or $block vars. Any idea on the fetch the field's values programmatically?