Skip to content

paulverdu/DataDefinitions

This branch is 6 commits ahead of, 14 commits behind instride-ch/pimcore-data-definitions:5.0.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db6a041 Â· Oct 28, 2024
Oct 17, 2024
Feb 20, 2024
Jul 18, 2024
Feb 20, 2024
Jul 13, 2022
Oct 17, 2024
Jul 13, 2022
Sep 12, 2024
Oct 28, 2024
May 4, 2021
Oct 17, 2024
May 4, 2021
May 27, 2024
Jul 5, 2016
Jul 5, 2016
Feb 20, 2024
Sep 12, 2024
Feb 20, 2024
Oct 17, 2024
Nov 7, 2018
Feb 20, 2024
Jul 18, 2024
Jul 3, 2019
Oct 17, 2024
Oct 17, 2024
Jun 30, 2016
Feb 20, 2024

Repository files navigation

DataDefinitions

Software License Latest Stable Version

Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like. Everything within Data Definitions is extendable.

Interface

Requirements

  • Pimcore 11

Getting started

# Install via composer
composer require instride/data-definitions
// Add to config/bundles.php
return [
    // ...
    Instride\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true],
];
# Install the bundle via command-line
bin/console pimcore:bundle:install DataDefinitionsBundle
  • Reload Pimcore
  • Open Settings -> Import Definitions or Export Definitions

Documentation

License

instride AG, Sandgruebestrasse 4, 6210 Sursee, Switzerland
instride.ch, [email protected]
Copyright © 2024 instride AG. All rights reserved.

For licensing details please visit LICENSE.md

About

Data Definitions Plugin for Pimcore

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 72.9%
  • JavaScript 23.7%
  • Gherkin 3.2%
  • CSS 0.2%