Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f0cdab

Browse files
committed
fix test input
1 parent9fc3a2c commit0f0cdab

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

‎tests/data/input.yml‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
name:
2-
selector:h1.product_title
2+
css:h1.product_title
33
type:Text
44
price:
5-
selector:p.price
5+
css:p.price
66
type:Text
77
stock:
8-
selector:p.stock
8+
css:p.stock
99
type:Text
1010
tags:
11-
selector:'span.tagged_as a'
11+
css:'span.tagged_as a'
1212
type:Text
1313
short_description:
14-
selector:'.woocommerce-product-details__short-description > p'
14+
css:'.woocommerce-product-details__short-description > p'
1515
type:Text
1616
description:
17-
selector:'div#tab-description p'
17+
css:'div#tab-description p'
1818
type:Text
1919
attributes:
20-
selector:table.shop_attributes
20+
css:table.shop_attributes
2121
multiple:true
2222
type:Text
2323
children:
2424
name:
25-
selector:th
25+
css:th
2626
type:Text
2727
value:
28-
selector:td
28+
css:td
2929
type:Text
3030
related_products:
31-
selector:li.product
31+
css:li.product
3232
multiple:true
3333
type:Text
3434
children:
3535
name:
36-
selector:h2
36+
css:h2
3737
type:Text
3838
url:
39-
selector:a
39+
css:a
4040
type:Link
4141
price:
42-
selector:.price
42+
css:.price
4343
type:Text
4444
sku:
45-
selector:a.button
45+
css:a.button
4646
type:Attribute
4747
attribute:data-product_sku
4848
format:Integer

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp