rainpoiss
rainpoiss
yes I have under categories: relations: pages: multiple: true label: Sisuleht order: -id under pages: relations: categories: multiple: false label: Kategooria order: -id I have a discovered when i delete...
the following table structure ``` "id","from_contenttype","from_id","to_contenttype","to_id" 2,"sections",1,"pages",1 3,"pages",2,"sections",1 4,"pages",3,"sections",1 ``` gives me this response in API ``` { "links": { "self": "http:\/\/localhost\/json\/sections\/1", "sections": { "href": "http:\/\/localhost\/json\/sections\/2\/sections", "meta": { "count": 1...