Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API/Headless Mode Globals missing #1071

Closed
strebl opened this issue Dec 6, 2019 · 2 comments
Closed

API/Headless Mode Globals missing #1071

strebl opened this issue Dec 6, 2019 · 2 comments

Comments

@strebl
Copy link
Contributor

strebl commented Dec 6, 2019

Thanks for the great CMS - I like it a lot so far!

I noticed, that the globals controller in the api mode isn't returning any data:

class GlobalsController extends CpController
{
    use TemporaryResourcePagination;

    public function index(Request $request)
    {
        // TODO: Need to think this one through more.
        return [];
    }
}

Is there an issue to track the progress or priority on that? I didn't find one.

@jasonvarga
Copy link
Member

API is not ready yet, we'll scream it from the rooftops when it is.

#53

@strebl
Copy link
Contributor Author

strebl commented Dec 6, 2019

Thanks @jasonvarga

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants