styleflasher / entityexportbundle
Doctrine 实体导出包 eZ Publish v5
0.1.1
2016-11-22 09:17 UTC
Requires
- avro/csv-bundle: dev-delimiter_config
This package is not auto-updated.
Last update: 2024-09-28 19:47:30 UTC
README
eZPublish5 的实体导出包
ezpublis/config/config.yml 的示例配置
styleflasher_entity_export: groups: mysite: name: My Site entities: complaintform: entity: ComplaintForm locationId: 8943 consultationschedule: entity: ConsultationSchedule locationId: 8946 damageform: entity: DamageForm locationId: 8944 storageDirs: document1: field: document1 dir: "/form_uploads/" document2: field: document2 dir: "/form_uploads/" generalrequest: entity: GeneralRequest locationId: 8988 offerinquiry: entity: OfferInquiry locationId: 8945 sponsoringform: entity: SponsoringForm locationId: 10528 storageDirs: document1: field: document1 dir: "/form_uploads/" document2: field: document2 dir: "/form_uploads/"