Compare commits

...

2 Commits

Author SHA1 Message Date
UndefinedOffset b1febae3d8
Updated description 2024-01-30 14:45:48 -04:00
UndefinedOffset 9e5908c4ef
Updated description 2024-01-30 14:44:55 -04:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2023, Ed Chipman
Copyright (c) 2024, Ed Chipman
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,

View File

@ -7,11 +7,11 @@ SortableGridField
[![Total Downloads](https://poser.pugx.org/undefinedoffset/sortablegridfield/downloads.svg)](https://packagist.org/packages/undefinedoffset/sortablegridfield)
[![License](https://poser.pugx.org/undefinedoffset/sortablegridfield/license.svg)](https://github.com/UndefinedOffset/SortableGridField/blob/master/LICENSE)
Adds drag and drop functionality to SilverStripe 4's GridField
Adds drag and drop functionality to Silverstripe's GridField
## Requirements
* SilverStripe 4.11+
* Silverstripe 4.11+ or 5.0+
## Installation

View File

@ -1,6 +1,6 @@
{
"name": "undefinedoffset/sortablegridfield",
"description": "Adds drag and drop functionality to SilverStripe 4.x's GridField",
"description": "Adds drag and drop functionality to Silverstripe's GridField",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "gridfield", "sortable", "sort"],
"license": "BSD-3-Clause",