Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | trait CustomCssTrait { |
||
16 | |||
17 | /** |
||
18 | * Custom CSS fields |
||
19 | * |
||
20 | * This function is equivalent of JS const cssFields located in |
||
21 | * src/components/d4-module/custom-css.ts. |
||
22 | * |
||
23 | * A minor difference with the JS const cssFields, this function did not have `label` property on each array item. |
||
24 | * |
||
25 | * @since ?? |
||
26 | */ |
||
27 | public static function custom_css() { |
||
32 |