install plugin
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Grav\Plugin\Aura;
|
||||
|
||||
class Image
|
||||
{
|
||||
public $url;
|
||||
public $id;
|
||||
public $width;
|
||||
public $height;
|
||||
public $caption;
|
||||
public $type;
|
||||
}
|
||||
Reference in New Issue
Block a user