Skip to content

Commit

Permalink
[TASK] Drop obsolete typoscript extbase persistance config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed May 11, 2023
1 parent d0e489c commit 4de4bcd
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions ext_typoscript_setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,3 @@ plugin.tx_blog {
storagePid = {$plugin.tx_blog.settings.storagePid}
}
}

config.tx_extbase.persistence {
classes {
T3G\AgencyPack\Blog\Domain\Model\Content {
mapping {
tableName = tt_content
}
}
T3G\AgencyPack\Blog\Domain\Model\Post {
mapping {
tableName = pages
}
}
T3G\AgencyPack\Blog\Domain\Model\Category {
mapping {
tableName = sys_category
}
}
T3G\AgencyPack\Blog\Domain\Model\Comment {
newRecordStoragePid = {$plugin.tx_blog.settings.storagePid}
mapping {
tableName = tx_blog_domain_model_comment
columns.parentid.mapOnProperty = post
}
}
T3G\AgencyPack\Blog\Domain\Model\Tag {
newRecordStoragePid = {$plugin.tx_blog.settings.storagePid}
mapping {
tableName = tx_blog_domain_model_tag
}
}
T3G\AgencyPack\Blog\Domain\Model\Author {
newRecordStoragePid = {$plugin.tx_blog.settings.storagePid}
mapping {
tableName = tx_blog_domain_model_author
}
}
}
}

0 comments on commit 4de4bcd

Please sign in to comment.