Changeset 3123951
- Timestamp:
- 07/23/2024 01:39:58 PM (21 months ago)
- Location:
- include-fussball-de-widgets
- Files:
-
- 2 edited
- 1 copied
-
tags/4.0.0 (copied) (copied from include-fussball-de-widgets/trunk)
-
tags/4.0.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
include-fussball-de-widgets/tags/4.0.0/readme.txt
r3123926 r3123951 55 55 = How should I write the shortcode (old variant) = 56 56 57 `[fubade api="{32-digit API}" notice="{Note}" fullWidth={iframe in full width} devtools={output of the DevTools}]`57 Like this: `[fubade api="{32-digit API}" notice="{Note}" fullWidth={iframe in full width} devtools={output of the DevTools}]` 58 58 e.g. like this: `[fubade api="020EXXXXXG000000VS54XXXXXSGIXXME" notice="Standings U19" fullWidth=true devtools=false]` 59 59 The fields "notice", "fullWidth" and "devtools" are optional and do not have to be set. … … 61 61 = How should I write the shortcode (new variant) = 62 62 63 `[fubade api="{36-digit data-id}" type="{data-type}" notice="{notice}" fullWidth={iframe in full width} devtools={output of the DevTools}]`64 e.g.`[fubade api="299e1496-abcd-abcd-1234-8880c7270477" notice=" Standings U19" fullWidth=true devtools=false]`63 Like this: `[fubade api="{36-digit data-id}" type="{data-type}" notice="{notice}" fullWidth={iframe in full width} devtools={output of the DevTools}]` 64 e.g.`[fubade api="299e1496-abcd-abcd-1234-8880c7270477" notice="table" notice="Standings U19" fullWidth=true devtools=false]` 65 65 The fields "notice", "fullWidth" and "devtools" are optional and do not have to be set. 66 66 -
include-fussball-de-widgets/trunk/readme.txt
r3123926 r3123951 55 55 = How should I write the shortcode (old variant) = 56 56 57 `[fubade api="{32-digit API}" notice="{Note}" fullWidth={iframe in full width} devtools={output of the DevTools}]`57 Like this: `[fubade api="{32-digit API}" notice="{Note}" fullWidth={iframe in full width} devtools={output of the DevTools}]` 58 58 e.g. like this: `[fubade api="020EXXXXXG000000VS54XXXXXSGIXXME" notice="Standings U19" fullWidth=true devtools=false]` 59 59 The fields "notice", "fullWidth" and "devtools" are optional and do not have to be set. … … 61 61 = How should I write the shortcode (new variant) = 62 62 63 `[fubade api="{36-digit data-id}" type="{data-type}" notice="{notice}" fullWidth={iframe in full width} devtools={output of the DevTools}]`64 e.g.`[fubade api="299e1496-abcd-abcd-1234-8880c7270477" notice=" Standings U19" fullWidth=true devtools=false]`63 Like this: `[fubade api="{36-digit data-id}" type="{data-type}" notice="{notice}" fullWidth={iframe in full width} devtools={output of the DevTools}]` 64 e.g.`[fubade api="299e1496-abcd-abcd-1234-8880c7270477" notice="table" notice="Standings U19" fullWidth=true devtools=false]` 65 65 The fields "notice", "fullWidth" and "devtools" are optional and do not have to be set. 66 66
Note: See TracChangeset
for help on using the changeset viewer.