yangzhang75 commented on code in PR #8318:
URL: https://github.com/apache/texera/pull/8318#discussion_r3920488247


##########
frontend/src/app/common/formly/formly-config.ts:
##########
@@ -92,6 +94,8 @@ export const TEXERA_FORMLY_CONFIG = {
   wrappers: [
     { name: "preset-wrapper", component: PresetWrapperComponent },
     { name: "collab-wrapper", component: CollabWrapperComponent },
+    { name: "expose-property-wrapper", component: 
ExposePropertyWrapperComponent },
+    { name: "editable-label-wrapper", component: EditableLabelWrapperComponent 
},

Review Comment:
    Intentional layering in this stacked series. This PR adds the two authoring 
wrappers and wires the expose tick-box into the property editor; the 
editable-label wrapper is applied to Form View fields in a later PR of the 
stack (the one rendering the exposed inputs), where the rename/hide callbacks 
to setFieldOverride live. Registering it here keeps that later PR focused on 
the rendering path.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to