2022-08-25 18:28:01 +02:00
|
|
|
[gd_scene load_steps=6 format=2]
|
2022-08-23 22:06:10 +02:00
|
|
|
|
2022-08-25 01:51:27 +02:00
|
|
|
[ext_resource path="res://addons/web_pages/editor/PageEditor.gd" type="Script" id=1]
|
2022-08-25 10:56:43 +02:00
|
|
|
[ext_resource path="res://addons/web_pages/icons/icon_web_page_entry_title_text.svg" type="Texture" id=2]
|
|
|
|
[ext_resource path="res://addons/web_pages/editor/AddEntryPopup.gd" type="Script" id=3]
|
2022-08-25 16:05:45 +02:00
|
|
|
[ext_resource path="res://addons/web_pages/icons/icon_web_page_entry_text.svg" type="Texture" id=4]
|
2022-08-25 18:28:01 +02:00
|
|
|
[ext_resource path="res://addons/web_pages/icons/icon_web_page_entry_image.svg" type="Texture" id=5]
|
2022-08-23 22:06:10 +02:00
|
|
|
|
2022-08-25 10:56:43 +02:00
|
|
|
[node name="PostEditor" type="PanelContainer"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-08-23 22:06:10 +02:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2022-08-25 10:56:43 +02:00
|
|
|
[node name="MC" type="VBoxContainer" parent="."]
|
|
|
|
margin_left = 7.0
|
|
|
|
margin_top = 7.0
|
|
|
|
margin_right = 1017.0
|
|
|
|
margin_bottom = 593.0
|
|
|
|
|
|
|
|
[node name="Name" type="HBoxContainer" parent="MC"]
|
|
|
|
margin_right = 1010.0
|
2022-08-23 22:06:10 +02:00
|
|
|
margin_bottom = 24.0
|
|
|
|
|
2022-08-25 10:56:43 +02:00
|
|
|
[node name="Label" type="Label" parent="MC/Name"]
|
2022-08-23 22:06:10 +02:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 70.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
text = "Post Name"
|
|
|
|
|
2022-08-25 10:56:43 +02:00
|
|
|
[node name="EntryNameLineEdit" type="LineEdit" parent="MC/Name"]
|
2022-08-23 22:06:10 +02:00
|
|
|
margin_left = 74.0
|
2022-08-25 10:56:43 +02:00
|
|
|
margin_right = 1010.0
|
2022-08-23 22:06:10 +02:00
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
text = "BlogPost"
|
|
|
|
align = 1
|
2022-08-25 10:56:43 +02:00
|
|
|
caret_blink_speed = 0.5
|
2022-08-25 02:26:57 +02:00
|
|
|
|
2022-08-25 10:56:43 +02:00
|
|
|
[node name="URISegment" type="HBoxContainer" parent="MC"]
|
2022-08-25 02:26:57 +02:00
|
|
|
margin_top = 28.0
|
2022-08-25 10:56:43 +02:00
|
|
|
margin_right = 1010.0
|
2022-08-25 02:26:57 +02:00
|
|
|
margin_bottom = 52.0
|
|
|
|
|
2022-08-25 10:56:43 +02:00
|
|
|
[node name="Label" type="Label" parent="MC/URISegment"]
|
2022-08-25 02:26:57 +02:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 87.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
text = "URI Segment:"
|
|
|
|
|
2022-08-25 10:56:43 +02:00
|
|
|
[node name="URISegmentLE" type="LineEdit" parent="MC/URISegment"]
|
2022-08-25 02:26:57 +02:00
|
|
|
margin_left = 91.0
|
2022-08-25 10:56:43 +02:00
|
|
|
margin_right = 1010.0
|
2022-08-25 02:26:57 +02:00
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
text = "BlogPost"
|
|
|
|
align = 1
|
2022-08-25 10:56:43 +02:00
|
|
|
caret_blink_speed = 0.5
|
|
|
|
|
|
|
|
[node name="EntriesContainer" type="ScrollContainer" parent="MC"]
|
|
|
|
margin_top = 56.0
|
|
|
|
margin_right = 1010.0
|
|
|
|
margin_bottom = 586.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
2022-08-25 15:09:54 +02:00
|
|
|
[node name="MainVB" type="VBoxContainer" parent="MC/EntriesContainer"]
|
2022-08-25 15:35:23 +02:00
|
|
|
margin_right = 37.0
|
2022-08-25 15:09:54 +02:00
|
|
|
margin_bottom = 24.0
|
2022-08-25 10:56:43 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2022-08-25 15:09:54 +02:00
|
|
|
[node name="MainAddButton" type="Button" parent="MC/EntriesContainer/MainVB"]
|
|
|
|
margin_right = 1010.0
|
|
|
|
margin_bottom = 20.0
|
2022-08-25 15:28:46 +02:00
|
|
|
text = "Add"
|
2022-08-25 15:09:54 +02:00
|
|
|
|
|
|
|
[node name="Entries" type="VBoxContainer" parent="MC/EntriesContainer/MainVB"]
|
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 1010.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
|
2022-08-25 10:56:43 +02:00
|
|
|
[node name="Popups" type="Control" parent="."]
|
|
|
|
margin_left = 7.0
|
|
|
|
margin_top = 7.0
|
|
|
|
margin_right = 1017.0
|
|
|
|
margin_bottom = 593.0
|
|
|
|
mouse_filter = 2
|
|
|
|
|
|
|
|
[node name="AddEntryPopup" type="AcceptDialog" parent="Popups"]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -100.0
|
|
|
|
margin_top = -35.0
|
|
|
|
margin_right = 100.0
|
2022-08-25 15:09:54 +02:00
|
|
|
margin_bottom = 31.0
|
2022-08-25 10:56:43 +02:00
|
|
|
window_title = "Add"
|
|
|
|
script = ExtResource( 3 )
|
|
|
|
|
2022-08-25 15:09:54 +02:00
|
|
|
[node name="VBC" type="VBoxContainer" parent="Popups/AddEntryPopup"]
|
2022-08-25 10:56:43 +02:00
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 8.0
|
|
|
|
margin_right = 192.0
|
2022-08-25 18:28:01 +02:00
|
|
|
margin_bottom = 82.0
|
2022-08-25 10:56:43 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
2022-08-25 15:09:54 +02:00
|
|
|
[node name="AddTitleTextButton" type="Button" parent="Popups/AddEntryPopup/VBC"]
|
|
|
|
margin_right = 184.0
|
2022-08-25 10:56:43 +02:00
|
|
|
margin_bottom = 22.0
|
|
|
|
text = "Title Text"
|
|
|
|
icon = ExtResource( 2 )
|
2022-08-25 16:05:45 +02:00
|
|
|
|
|
|
|
[node name="AddTextButton" type="Button" parent="Popups/AddEntryPopup/VBC"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 184.0
|
|
|
|
margin_bottom = 48.0
|
|
|
|
text = "Text"
|
|
|
|
icon = ExtResource( 4 )
|
2022-08-25 18:28:01 +02:00
|
|
|
|
|
|
|
[node name="AddimageButton" type="Button" parent="Popups/AddEntryPopup/VBC"]
|
|
|
|
margin_top = 52.0
|
|
|
|
margin_right = 184.0
|
|
|
|
margin_bottom = 74.0
|
|
|
|
text = "Image"
|
|
|
|
icon = ExtResource( 5 )
|