Understanding parameters of beta family in brms

Is this also the case if I want to predict phi?

The formula for my zero-inflated beta-model is:

bf(FL ~ 1 + YC,
   phi ~ 1 + YC,
   zi ~ 1 + access)

So, I have to give priors for the intercepts for phi and zi in non-transformed scale?