Add fine-grained export controls. You can now specify whether you want specific
assets to be exportable. If any of an asset's parents aren't exportable, that asset also won't be exportable.
This commit is contained in:
parent
ba44d57e9f
commit
7accc3c57f
6 changed files with 53 additions and 4 deletions
|
|
@ -1027,6 +1027,16 @@ Couldn't open %-s because %-s <br />
|
|||
lastUpdated => 1160773957,
|
||||
},
|
||||
|
||||
'make asset exportable' => {
|
||||
message => q|Make this asset exportable?|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'make asset exportable description' => {
|
||||
message => q|<p>Will this asset be exportable? This asset, and all of its parent assets, must be exportable for this asset to be exported.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue