We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389aee6 commit 2e407ceCopy full SHA for 2e407ce
interface.html
@@ -259,6 +259,26 @@ <h3>New scene</h3>
259
<p>Clear your metasite scene</p>
260
</div>
261
</a>
262
+ <a id=action-copy-scene class=action>
263
+ <div class=border></div>
264
+ <div class=icon>
265
+ <i class="fal fa-copy"></i>
266
+ </div>
267
+ <div class=wrap>
268
+ <h3>Copy scene</h3>
269
+ <p>Copy site to clipboard</p>
270
271
+ </a>
272
+ <a id=action-paste-scene class=action>
273
274
275
+ <i class="fal fa-paste"></i>
276
277
278
+ <h3>Paste scene</h3>
279
+ <p>Paste site from clipboard</p>
280
281
282
283
{{/tab2}}
284
{{#tab4}}
0 commit comments