• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / flux / 5728602740 / 4
93%
development: 93%

Build:
DEFAULT BRANCH: development
Ran 01 Aug 2023 03:13PM UTC
Files 190
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Aug 2023 03:12PM UTC coverage: 89.536% (+0.03%) from 89.503%
5728602740.4

push

github

NamelessCoder
[FEATURE] Allow Flux form to manipulate native TCA fields

This feature gives Flux forms the capability to override, add or remove native
TCA fields in the FormEngine form for which the Flux form is used.

```
<flux:form id="form">
    <!-- adds the field to the end of displayed fields -->
    <flux:field.input name="input" label="My input field" native="1" />

    <!-- replaces an existing field -->
    <flux:field.input name="header" label="My input field" native="1" />

    <!-- adds a new field in a specific place -->
    <flux:field.input name="input" label="My input field" native="1" position="after:header" />

    <!-- adds the field in a specific position inside a new custom sheet/tab -->
    <flux:field.input name="input" label="My input field" native="1" position="after:header My Special Sheet" />

    <!-- remove a native field/fields from the shown FormEngine form -->
    <flux:form.option name="hideNativeFields">header,header_layout</flux:form.option>
</flux:form>
```

Close: #1860

6323 of 7062 relevant lines covered (89.54%)

8.93 hits per line

Source Files on job typo3-^10.4-php-7.4 - 5728602740.4
  • Tree
  • List 0
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5728602740
  • 0732c8ec on github
  • Prev Job for on development (#5728577179.1)
  • Next Job for on development (#5728611630.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc