Questions tagged [tx-mask]

Allows to create custom TYPO3 content elements (CE) easily.

Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag and drop system. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.

https://typo3.org/extensions/repository/view/mask

29 questions
0
votes
0 answers

TYPO3 MASK missing TCA entry after adding mask-element

i've a working site with TYPO3 7.6.31, the extension mask 2.1.1 and many already working mask-elements for custom content. i've tried to add a new mask element containing a repeat-element (also tried content-element and some others) (already in…
netzding
  • 772
  • 4
  • 21
0
votes
1 answer

Remove from page form specific backend_layouts that have been created with Mask

In TYPO3, is it possible to remove backend_layouts via page TSconfig that have been created with Mask extension. Let's say, the following backend_layouts have been created with Mask (Name [ID]): A [1] B [2] Then, I set the following in page…
chrisfish
  • 21
  • 2
0
votes
1 answer

TYPO3 / Mask extension: How to get to work the field type "Content"?

I've built an content element with the extension "Mask". Within this content element I use the field type "Content", with which it's possible to integrate other content elements. But if I do that, nothing of that inline element will be rendered in…
Michael
  • 69
  • 10
0
votes
2 answers

How to implement multilingual labels in tx:mask (TYPO3)?

I would like implement multilingual labels in TYPO3 mask. After implementing with the following FLUID-code the label does not change based on the chosen language:
Urs Bo
  • 308
  • 1
  • 11
0
votes
1 answer

TYPO3 Mask_Export: Any way I can export my mask elements without deleting the content?

I'm currently working on a TYPO3 Project and used the mask extension for the first time. I created a lot of elements, used them on the site and filled them with content. I just read in the manual that the mask extension itself causes some…
Brecherchef
  • 401
  • 6
  • 22
0
votes
1 answer

TYPO3: pass categories to mask content element

In a TYPO3 8.7 project I am using a DatabaseQueryProcessor to fetch the categories of a page and pass them as a parameter to fluid. Works. But I want to have these categories in a mask content element as well. What is the best approach to achieve…
0
votes
1 answer

Change the backend-view of mask - TYPO3

I try - in TYPO3 8.7.13 with the extension mask 3.1.0 - to build for example a CE with repeating records with fields for names - no problem. But in the backend I can see only the first field. Is there any way to show…
Pavenstaedter
  • 67
  • 2
  • 12
0
votes
1 answer

TYPO3 template extension- not able to change Mask back-end configuration and Page Tree not properly imported

I have created a TYPO3 template extension using the following method: 1.1 via Extension Manager Open the module "Extension" in the TYPO3 Backend and search for the mask Extension. Click on the configure icon at the end of the row. Now you should be…
Sharmistha
  • 21
  • 5
0
votes
1 answer

Content Element in Mask: Select instead of Inline

I'm using latest TYPO3 8.7.7 together with MASK 3.0.1 and would like re-use content Elements. I've created a two Mask Elements: A Slider- and a Slide-Element. Inside the "Slider" the user can add "Slides". By default theses Content-Element are…
lufi
  • 610
  • 7
  • 29
0
votes
1 answer

Typo3 mask extension grid element creation

I'm new to typo3 mask extension.I need a three column grid and it should contain another mask CE. Is it possible? Im using the very last version of mask 3.0.1 and typo3 version 8.7.4 .
Aswathy S
  • 729
  • 1
  • 12
  • 41
0
votes
1 answer

TYPO3 Mask CE background image

I'm trying to get a background image or color in a CE element in Mask extension. This is what I get as out-put but no image and no background color? What Am I missing forgetting here? Seems all OK to me :)
mr_typo3
  • 77
  • 9
0
votes
1 answer

TYPO3 Mask CE Accordion

I try to build a Mask CE element, an accordion. As you can see here: http://www.pizzaworkshop.nl/index.php?id=3 it is partly working. Though I need some help to get this right (by lack of some good samples on the net). this is what I have as fluid…
mr_typo3
  • 77
  • 9
0
votes
3 answers

How to pass a value from a fluid page template into a ext:mask content element template?

In TYPO3 7 LTS with ext:mask, I would like to pass a value from my page template into the FLUIDTEMPLATE that is rendered via the mask extension. An example for what I'm trying to achieve: The content element has content that describes a car: A…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

mask: the extension doesn't recognize included backend layouts

when using the extension mask and including my backend layouts via mask doesn't recognize my backend layouts. is there a way to do this? If i…
Markus Dübbert
  • 213
  • 2
  • 12
1
2