Theo Todorov

Results 4 comments of Theo Todorov

@DanRibbens I have a group meta field used in multiple places. I want to have the `defaultValue` of a checkbox inside it be true on certain collections and false on...

@r1tsuu Thank you for the suggestion! This would work, but I have to make a lot of changes to take advantage of it. I have a reusable meta field and...

For anyone else creating the certificate manually and facing the same issue with the following command: ``` openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509...