---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-10-01 08:34:46 -05:00
committed by GitHub
parent d1b3bdac74
commit 5016c6efa2
32836 changed files with 65408 additions and 48862 deletions

View File

@@ -0,0 +1,8 @@
card style:
mainframe image:
left: { popout_left() }
top: { popout_top() }
width: { popout_width() }
height: { popout_height() }
angle: { popout_angle() }
z index: 1010

View File

@@ -0,0 +1,9 @@
include file: /magic-modules.mse-include/popouts/card_fields
card style:
mainframe image 2:
left: { popout_left_2() }
top: { popout_top_2() }
width: { popout_width_2() }
height: { popout_height_2() }
angle: { popout_angle_2() }
z index: 1010

View File

@@ -0,0 +1,13 @@
#### To use this include in a template, add the following in the template headers:
depends on:
package: magic-modules.mse-include
version: 2024-10-01
#### Add the following line, unindented, in the styling field section:
include file: /magic-modules.mse-include/popouts/styling_fields
#### Also add this, unindented, before the card style section:
include file: /magic-modules.mse-include/popouts/card_fields
#### To use both popouts, instead use
include file: /magic-modules.mse-include/popouts/styling_fields_dfc
include file: /magic-modules.mse-include/popouts/card_fields_dfc

View File

@@ -0,0 +1,9 @@
styling field:
type: text
name: popout art coordinates
description: The coordinates for the popout image field, formatted as "left,top,width,height,angle". Used to make the illustration jump in front of the frame.
styling field:
type: boolean
name: stretch art to whole card
description: Make the image span the whole card instead of just the visible part. Use this to help make popout effects.
initial: no

View File

@@ -0,0 +1,13 @@
styling field:
type: text
name: popout art coordinates
description: The coordinates for the popout image field, formatted as "left,top,width,height,angle". Used to make the illustration jump in front of the frame.
styling field:
type: text
name: popout art 2 coordinates
description: The coordinates for the second popout image field, formatted as "left,top,width,height,angle". Used to make the illustration jump in front of the frame.
styling field:
type: boolean
name: stretch art to whole card
description: Make the image span the whole card instead of just the visible part. Use this to help make popout effects.
initial: no