thanks for this amazing migrator. it helped a lot! i ran into a bug which was hard to track down for me - maybe you can look into it. v2 page.md: ``` protect: type: logged_in login_url: ../login ``` will result into an error exception (screenshot attached) <img width="844" alt="Bildschirmfoto 2021-04-12 um 15 02 33" src="https://user-images.githubusercontent.com/2182118/114398589-3f0fba00-9ba0-11eb-8e00-604bb2eb7c94.png"> ### solution v3 page.md: ``` protect: logged_in ``` thanks again Alex