Skip to content

Commit

Permalink
Merge pull request #55 from xima-media/hide-fields
Browse files Browse the repository at this point in the history
feat: hide not used fields in all tt_content elements
  • Loading branch information
maikschneider authored Nov 15, 2024
2 parents c454257 + b59ed13 commit acd729c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Configuration/TSconfig/Page.tsconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,19 @@ mod.wizards.newContentElement.wizardItems {
ext-news.show =
}

TCEFORM.tt_content.CType.keepItems = mtext,mbox,msteps,bw_focuspoint_images_svg
TCEFORM.tt_content.assets.config.maxitems = 1
TCEFORM.tt_content.imageorient.disabled = 0
TCEFORM.tt_content.imageorient.removeItems = 1,2,9,10,17,18
TCEFORM.tt_content.colPos.addItems.1 = Content Slider
TCEFORM.tt_content {
CType.keepItems = mtext,mbox,msteps,bw_focuspoint_images_svg
assets.config.maxitems = 1
imageorient.disabled = 0
imageorient.removeItems = 1,2,9,10,17,18
colPos.addItems.1 = Content Slider
header_layout.disabled = 1
header_position.disabled = 1
date.disabled = 1
header_link.disabled = 1
subheader.disabled = 1
tx_bwicons_icon.disabled = 1
}

mod.tx_bwfocuspointimages.settings.fields {

Expand Down

0 comments on commit acd729c

Please sign in to comment.