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
2
votes
2 answers

Why is the rendering-definition of my Mask-Content-Element missing?

I have created some CE types with ext:mask and if I insert a CE in the page in the FE this error appears: Content Element type "mask_my_own_ce" has no rendering definition! I have inserted the static template of mask, and just edited the generated…
Bernd Wilke πφ
  • 10,390
  • 1
  • 19
  • 38
1
vote
0 answers

Missing TCA labels in inline tt_content relation

We are using the Mask extension for some of our content Elements. (It basically adds dynamic CTypes and additional columns in the tt_content). Next we have our custom extension whose entities should have a relation to an instance of a Mask module.…
LukasKroess
  • 125
  • 2
  • 13
1
vote
1 answer

TYPO3 Mask and background image

I have used TYPO3 Mask to make an element with a background image. But it looks like that the image is not saved. It is not shown in the frontend.
Jeppe Donslund
  • 469
  • 9
  • 25
1
vote
0 answers

Typo3: Use tx_news variables for Mask content elements

I'm working with the news extension (by Georg Ringer) and want to use Mask content elements for the single news view. While creating a news article I found the possibility to implement other content elements such as the ones I have defined in Mask.…
Michael
  • 69
  • 10
1
vote
2 answers

How to render a Mask checkbox with Typo3 Fluid?

I've created a content element with Mask for Typo3 where the editor can select the payment options provided. In the fluid template however, an integer with a bitmask is returned and not each individual option. The default rendering suggested by…
Jan
  • 163
  • 14
1
vote
1 answer

Create and Update queries are not being executed while installing our extension in the clean typo3 package

We have created Theme Extension in the following way: Downloaded the extension package from the site package builder(https://sitepackagebuilder.com/new/) Download and installed the TYPO3 V8.7.9 package. Then placed the extension package under the…
Sharmistha
  • 21
  • 5
1
vote
1 answer

Mask and issues

Regarding the mask, in backend mask have default configurations such as below: general.json => typo3conf/mask.json frontend.content => fileadmin/templates/content/ frontend.layouts => fileadmin/templates/content/Layouts/ frontend.partials => …
Sharmistha
  • 21
  • 5
0
votes
0 answers

(Typo3) How can i access content from a subpage when its inside a mask-content element?

I've used the Mask-Extension in TYPO3 to create a custom content element for news articles. Now I want to generate a thumbnail preview on the news parent page that contains images and texts from that mask element. This means I need to access the…
Ilummini
  • 29
  • 6
0
votes
1 answer

TYPO3: Can i use a Mask field into javascript code

Can I use a TYPO3 Mask checkbox field into my javascript code, in fact I have a slider item and I want to add a checkbox for autoplay (on/off) in the backend of TYPO3, then the editor can use it. swipe: true, swipeToSlide: true, …
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
0
votes
1 answer

TYPO3 Mask Elements - Wrong output

I am using TYPO3's mask element extension to create a mask element. There I'm using a RTE to enter some text and print it to the screen. The HTML for the mask element looks like this: {data.tx_mask_text}
CodeMaster
  • 11
  • 6
0
votes
1 answer

How to request reload for TYPO3 extension field using mask

How do I request a reload for a TYPO3 extension field that is the trigger for a display condition of an other field in the mask.json. "tx_mask_foobarfield": { "config": { "type": "select", "renderType":…
0
votes
0 answers

How to get nicer image instead of youtube still rendered by TYPO3?

Using TYPO3 9.5.21 I have a Mask Content Element which creates a list of video-cards. The card image is created when a video url is added in the TYPO3 BE selecting tex-media. It is processed by TYPO3. To have a nicer more sharp image it would be…
mr_typo3
  • 77
  • 9
0
votes
2 answers

How to use usage of Appearnce tab of Mask CE in TYPO3?

When adding Mask content element it doesn't reflect some setting of the Appearance tab at front-end, like Layout, Frame, Space Before or After, also it doesn't include the uid of content element. How can I make usage of these fields?
biesior
  • 55,576
  • 10
  • 125
  • 182
0
votes
2 answers

TYPO3 Mask asks for EXT:example_extension

I am new to the TYPO3 Mask extension. I have Typo3 9.5.18 and Mask 4.1.2, both installed via composer. I have adapted all paths to my site package. When I select Mask -> Page Template, I get (1/2) #1509741912…
Robert Hufsky
  • 131
  • 3
  • 16
0
votes
3 answers

Typo3, set title for Mask Elements

I have a typo3 server and using the mask extension. When an editor creates a new mask element, there isnt a title in the list view. Its always "no title": I checked the database and found the titles in the db in the field: tt_content.header but no…
Introser
  • 161
  • 1
  • 12
1
2