Giter VIP home page Giter VIP logo

Comments (5)

Mark-H avatar Mark-H commented on July 18, 2024

Can you show your .gitify file?

from gitify.

achterbahn avatar achterbahn commented on July 18, 2024
data_directory: _data/
backup_directory: _backup/
data:
    contexts:
        class: modContext
        primary: key
    context_settings:
        class: modContextSetting
        primary:
            - context_key
            - key
    template_variables:
        class: modTemplateVar
        primary: name
    template_variables_access:
        class: modTemplateVarTemplate
        primary:
            - tmplvarid
            - templateid
    content:
        type: content
        exclude_keys:
            - editedby
            - editedon
        truncate_on_force:
            - modTemplateVarResource
    content_type:
        class: modContentType
        primary: name

# Access Permissions
# einige Tabellen fehlen noch!

    access_permissions:
        class: modAccessPermission
        primary: id
    access_context:
        class: modAccessContext
        primary: id
    categories:
        class: modCategory
        primary: category
        truncate_on_force:
            - modCategoryClosure
    templates:
        class: modTemplate
        primary: templatename
        extension: .html
    chunks:
        class: modChunk
        primary: name
        extension: .html
    snippets:
        class: modSnippet
        primary: name
        extension: .php
    plugins:
        class: modPlugin
        primary: name
        extension: .php
    plugin_events:
        class: modPluginEvent
        primary:
            - pluginid
            - event
    property_sets:
        class: modPropertySet
        primary:
            - id
            - name
    element_property_sets:
        class: modElementPropertySet
        primary: [element,property_set]
    events:
        class: modEvent
        primary: name
    namespaces:
        class: modNamespace
        primary: name
    system_settings:
        class: modSystemSetting
        primary: key
        exclude_keys:
            - editedon
    extension_packages:
        class: modExtensionPackage
        primary: namespace
        exclude_keys:
            - created_at
            - updated_at
    fc_sets:
        class: modFormCustomizationSet
        primary: id
    fc_profiles:
        class: modFormCustomizationProfile
        primary: id
    fc_profile_usergroups:
        class: modFormCustomizationProfileUserGroup
        primary:
            - usergroup
            - profile
    fc_action_dom:
        class: modActionDom
        primary:
            - set
            - name
    mediasources:
        class: modMediaSource
        primary: id
    mediasource_elements:
        class: sources.modMediaSourceElement
        primary:
            - source
            - object_class
            - object
            - context_key
    content_type:
        class: modContentType
        primary: id
    dashboards:
        class: modDashboard
        primary:
            - id
            - name
    dashboard_widgets:
        class: modDashboardWidget
        primary: id
    dashboard_widget_placement:
        class: modDashboardWidgetPlacement
        primary:
            - dashboard
            - widget

    # Content Blocks
#    cb_fields:
#        class: cbField
#        primary: [id, name]
#        package: contentblocks
#    cb_categories:
#        class: cbCategory
#        primary: [id, name]
#    cb_layouts:
#        class: cbLayout
#        primary: [id, name]
#    cb_templates:
#        class: cbTemplate
#        primary: [id, name]
#    cb_defaults:
#        class: cbDefault
#        primary: id

    #Gallery Extra
#    galAlbum:
#        class: galAlbum
#        primary: id
#    galAlbumItem:
#        class: galAlbumItem
#        primary: id
#    galGalleryItems:
#        class: galItem
#        primary: id
#    galTags:
#        class: galTag
#        primary: id

#MoreGallery
    moregallery_image:
        class:                  mgImage
        primary:                [resource, id]
        package:                moregallery
        exclude_keys:
            - editedon
            - mgr_thumb_path
            - file_url
            - file_path
            - view_url
    moregallery_image_tag:
        class:                mgImageTag
        primary:              id
    moregallery_tag:
        class:                mgTag
        primary:              display


packages:
    modx.com:
        service_url: 'https://rest.modx.com/extras/'
        description: 'The official MODX transport provider for 3rd party components.'
        packages:
            - ace
            - emo
            - pdotools
            - translit
            - cookieconsent
            - formit
            - babel
            - tinymcerte-1.3.3-pl
            - crosscontextssettings
            - pthumb
    modmore.com:
        service_url: 'https://rest.modmore.com/'
        description: 'Modmore'
        username: yyyyyyy
        api_key: xxxxxx
        packages:
            - moregallery

from gitify.

hugopeek avatar hugopeek commented on July 18, 2024

@achterbahn You referenced content_type a second time with primary ID (between media sources and dashboards).

from gitify.

achterbahn avatar achterbahn commented on July 18, 2024

@hugopeek ouch.... thank you for helping me out...

from gitify.

Mark-H avatar Mark-H commented on July 18, 2024

I guess the new version of the yaml parser is stricter than the old one ;)

from gitify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.