Creating resources with GPM

Hi there I just started, playing around with MODx3 and GPM, but im really confused on how to create a resources, to be clear, what I want to achive was done this way on the previous GPM version

"package": {
    "resources": [{
      "pagetitle": "resEditor",
      "alias": "resEditor",
      "template": 0,
      "content": "my content"
    },

Been checking the schema but haven’t been able to create a resource, what I’m missing?

not sure, if that is possible with the 3.x version.
@theboxer
has created an issue without any further info

maybe you will need to create your own resolver for that

1 Like

gotcha, so basically create the needed resources by hand rigth? Im looking at

build:
  scriptsAfter:
    -

and sounds like a good place to create those, I’m in the rigth path?

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.