-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcard.xml
25 lines (25 loc) · 1.14 KB
/
card.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.1.0" type="file" method="upgrade">
<name>Card Layouts</name>
<author>Brian Teeman</author>
<authorEmail>brian@teeman.net</authorEmail>
<authorUrl>https://www.learnjoomla4.com</authorUrl>
<copyright>Copyright Brian Teeman</copyright>
<license>GNU GPL v2 or later</license>
<version>1.0.3</version>
<creationDate>Dec 2022</creationDate>
<description>com_content/category overrides with configuration settings to create card layouts. Uses default bootstrap css only.</description>
<fileset>
<files folder="cards" target="templates/cassiopeia/html/com_content/category">
<file>card.xml</file>
<file>card.php</file>
<file>card_horizontal.php</file>
<file>card_vertical.php</file>
<file>card_bgimage.php</file>
<file>card_portfolio.php</file>
</files>
</fileset>
<updateservers>
<server type="extension" priority="1" name="Card Layouts">https://raw.githubusercontent.com/brianteeman/joomla-cards/main/update/manifest.xml</server>
</updateservers>
</extension>