Pablo Postigo

Results 5 comments of Pablo Postigo

The community users Sean has been able to use Cloudfront to cache everything: https://community.frontity.org/t/deploy-to-aws-lambda/814/30

In addition to make this more clear in the docs, I think we could also add comments in the different `frontity.settings.js` files, something like this: ![e67a69ce0eb53d928d1bb1fb0a578f3a6b0e8f88_2_690x159](https://user-images.githubusercontent.com/2798729/86154861-ee910980-bb03-11ea-9e10-5820039fbc1d.png) What do you think...

@leup thanks a lot for your contribution. I've been trying to add the yoast title for the categories and the tags, but I haven't been able to make it work...

@leup Thanks for your prompt answer 😊 I'll keep trying to finish my part, I'll let you know :)

Finally found the way, I'll post it here just in case someone lands in this issue: ```javascript // Category register_rest_field( 'category', 'yoast', array( 'get_callback' => array( $this, 'wp_api_encode_yoast_category' ), 'update_callback'...