Ruben Nascimento
Ruben Nascimento
@millermedeiros why don't you make the _getMatchedRoutes method available in the API documentation of crossroads? I know that you use this function internally but there is no warranty that this...
I also have this issue. Although the problem is gone when you add `webpack` package to dependencies. I would rather not have `webpack` there since Next.js deals this for me.
@markhuot wondering if you already consider this. On a personal note, most of my projects do have `allowAdminChanges` set to `false` so no changes on production. If I update or...
Having the same issue but with an SuperTable field with Matrix layout. Other SuperTable fields do export correctly. ``` Unknown Property – [yii\base\UnknownPropertyException](http://www.yiiframework.com/doc-2.0/yii-base-unknownpropertyexception.html) Getting unknown property: verbb\supertable\models\SuperTableBlockType::fields ```  but I am also not able to...
By the way, replying to your previous comment, it would be quite nice to fetch using `uri` or `slug` on GraphQL. It's quite common to fetch pages using these. And...
Yes, it would be great to get this based on the owner `uri`. Another solution would be fetching inside the `entries` or `entry` but I believe that is not possible...
Hi @engram-design was looking into this right now but unless I am doing something wrong or I am using an old version I am not able to use `status` to...