mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Manifest: Move transfer effect to core.json since it's not like other effects (no show/hide).
This commit is contained in:
parent
b37fec9a24
commit
c484bc093b
@ -43,6 +43,19 @@
|
||||
"collision"
|
||||
]
|
||||
},
|
||||
"transfer": {
|
||||
"name": "ui.effect-transfer",
|
||||
"title": "jQuery UI Transfer Effect",
|
||||
"description": "Displays a transfer effect from one element to another.",
|
||||
"keywords": [
|
||||
"effect"
|
||||
],
|
||||
"homepage": "http://jqueryui.com/transfer-effect/",
|
||||
"demo": "http://jqueryui.com/transfer-effect/",
|
||||
"docs": "http://api.jqueryui.com/transfer-effect/",
|
||||
"dependencies": [ "effect" ],
|
||||
"category": "effect"
|
||||
},
|
||||
"widget": {
|
||||
"description": "Provides a factory for creating stateful widgets with a common API.",
|
||||
"keywords": [
|
||||
|
@ -34,8 +34,5 @@
|
||||
},
|
||||
"slide": {
|
||||
"description": "Slides an element in and out of the viewport."
|
||||
},
|
||||
"transfer": {
|
||||
"description": "Displays a transfer effect from one element to another."
|
||||
}
|
||||
}
|
||||
|
@ -45,7 +45,7 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
|
||||
}
|
||||
|
||||
manifest = {
|
||||
name: replace( baseManifest.name ),
|
||||
name: data.name || replace( baseManifest.name ),
|
||||
title: data.title || replace( baseManifest.title ),
|
||||
description: data.description,
|
||||
keywords: [ "ui", plugin ]
|
||||
|
Loading…
Reference in New Issue
Block a user