Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCombe committed Nov 14, 2024
1 parent 0af308e commit be568d8
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 16 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Im Folgenden werden alle Einstellungsmöglichkeiten erklärt.
| Button | Text und Styling des Button |
| Modal | Auswahl, ob das Formular in einem Modalfenster angezeigt werden soll und entsprechende Einstellungsmöglichkeiten |


# Feldtypen

Hier werden kurz die verschiedenen Arten von Feldtypen erklärt.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
# Integration

1. Erstelle in einer Section das OpenGraph Element. Das Element hat keine Ausgabe und kann, wo gewünscht platziert werden.

![Element_OG.jpeg](../../assets/JPEG/OpenGraph/Element_OG.jpeg)

2. Wähle nun das Element aus, um Einstellungen vorzunehmen.
3. Mit *Add Property* kannst du Tags hinzufügen.

> Property Tag Beispiel: meta property="og:title" content="The Rock" /
![Properties_OG.jpeg](../../assets/JPEG/OpenGraph/Properties_OG.jpeg)

> [!IMPORTANT]
> Für jeden Tag (Property Tag) muss ein Eintrag hinzugefügt werden.
4. Wähle den neu erstellten Tag aus und gebe der Eigenschaft einen Namen.
5. Im Folgenden kann entweder im Feld *Property Value* der String aus deinem Tag eingetragen oder im Feld darunter ein Bild ausgewählt werden. Wird das Feld *Property Value* ausgefüllt wird automatisch das Bild deaktiviert. Wird hingegen ein Bild ausgewählt, wird das Feld *Property Value* deaktiviert.

| | Dynamisch |
|-----------------------------------------------------------|---------------------------------------------------------------------|
| ![Item_OG.jpeg](../../assets/JPEG/OpenGraph/Item_OG.jpeg) | ![Dynamisch_OG.jpeg](../../assets/JPEG/OpenGraph/Dynamisch_OG.jpeg) |

> [!NOTE]
> Wird ein Bild ausgewählt, muss im Property Tag die URL und nicht der Name des Bildes ausgegeben werden, damit das Bild richtig angezeigt werden kann.
Expand Down
24 changes: 21 additions & 3 deletions src/kicktemp-addons-for-yootheme-pro/module/opengraph/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Im Folgenden werden alle Einstellungsmöglichkeiten kurz erklärt.

## Eintrag

| Setting | Description | Bereichsvariablen |
|----------|--------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------|
| Add Property |
| Setting | Description | Bereichsvariablen |
|--------------|------------------------------------------------|-------------------|
| Add Property | Einen Property Tag hinzufügen | |
| Add OG URL | Es wird die aktuelle URL hinzugefügt | enable / disable |
| Facebook ID | Hier ist die benötigte Facebook ID einzutragen | ID-Number |
| Debug | Zeige Meta Tags und den FB Ibject Debugger | enable / disable |

## Item

**Inhalt**

| Setting | Description | Bereichsvariablen | Dynamic |
|----------------------------|----------------------------------------------------|-------------------|:--------:|
| Eigenschaft | in diesem Feld wird die Eigenschaft benannt | og:... | ✓ |
| Override Property Value... | Überschreibe den Property Wert | enable / disable | |
| Property Value | Property Wert | Text | |
| Bild | Bild aus der Sammlung auswählen oder Link einfügen | Image / Link | ✓ |

**Erweitert**

In den erweiterten Einstellungen können die bekannten Einstellungen vorgenommen werden. Hier kann ausgewählt werden, ob dynamische Inhalte verwendet werden sollen.
20 changes: 8 additions & 12 deletions src/kicktemp-addons-for-yootheme-pro/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
{
"text": "Filteroptions",
"link": "/filteroptions"
},
{
"text": "Settings",
"link": "/settings"
}
]
},
Expand Down Expand Up @@ -93,10 +89,6 @@
{
"text": "Functions",
"link": "/functions"
},
{
"text": "Settings",
"link": "/settings"
}
]
},
Expand Down Expand Up @@ -125,6 +117,10 @@
{
"text": "Integration",
"link": "/integration"
},
{
"text": "Settings",
"link": "/settings"
}
]
},
Expand All @@ -139,10 +135,6 @@
{
"text": "Integration",
"link": "/integration"
},
{
"text": "Settings",
"link": "/settings"
}
]
},
Expand Down Expand Up @@ -243,6 +235,10 @@
{
"text": "Integration",
"link": "/integration"
},
{
"text": "Settings",
"link": "/settings"
}
]
},
Expand Down

0 comments on commit be568d8

Please sign in to comment.