theboxer / Git-Package-Management

MODX extra for building and managing external packages.
39 stars 29 forks source link

Resources missing in transport package #40

Closed Jako closed 9 years ago

Jako commented 9 years ago

Resources are created with 'create' processor but not installed with the transport package. The vehicle file does not contain them as far as I see.

This is the code for the section in 'package' section:

    "resources": [
      {
        "pagetitle": "XXX",
        "alias": "xxx",
        "content": "[[!FormIt?\n…\n]]\n[[$tplForm]]",
        "template": "Reporting",
        "published": 1,
        "hidemenu": 1,
        "richtext": 0,
        "parent": 0
      },
theboxer commented 9 years ago

It should be possible now, forgot to push :)

Jako commented 9 years ago

Thanks. Will try that next time.

bartholomej commented 9 years ago

Thx! I'll try it tomorrow ;)

bartholomej commented 9 years ago

It works! Thanks.