Skip to content
#

headless-cms

Here are 648 public repositories matching this topic...

strapi
danimajo
danimajo commented Dec 21, 2021

Issue Summary

When setting up a dev env on windows, yarn setup fails

[2021-12-21 15:45:01] INFO Relation: User to Role                                                                              
[2021-12-21 15:45:01] INFO Finished database init!                                                                             
Running "symlink:githooks" (symlink) task               
good first issue help wanted
directus
grandnode
platform
Schrank
Schrank commented Feb 19, 2022

Please describe the feature you would like to see implemented.

I just mixed up my Entity and my Definition, by writing:

<service id="WinkelwagenEvents\Entities\Slot\SlotExtensionEntity"> // HERE!! should be definition.
    <tag name="shopware.entity.definition" entity="winkelwagen_entities_slot"/>
</service>

The error thrown is:

Attempted to call an undefined method
Feature Request Good first issue
MichaelAllenWarner
MichaelAllenWarner commented Mar 9, 2022

Somewhere in this section of the docs, it might be worth clarifying that any queries you want handled statically during the build (as opposed to dynamically on the client-side) need to be executed in getStaticProps() as usual (e.g., with client.client.inlineResolved() and GQty's prepass() helper) rather than in

documentation good first issue
mix.core
Smilefounder
Smilefounder commented Feb 21, 2021

Is your feature request related to a problem? Please describe.
Allow social login:

  1. Google
  2. Facebook
  3. Github (this is also for future in CMS discussion, create a ticket to Github purpose)
  4. Others (eg, Github, MS, Twitter, Apple,...)

Describe the solution you'd like

  • Allow login via /security/login or /security/register
  • Allow login methods via API
  • Allow l
enhancement good first issue Priority:2 1.x-candidate

Improve this page

Add a description, image, and links to the headless-cms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the headless-cms topic, visit your repo's landing page and select "manage topics."

Learn more